Search Discussions
-
If I use a Sort instance on my searcher, what will have priority? Score or Sort? Assuming I have a pages with .9, .9, and .5 scores, ... if the .5 has a higher 'sort' value, will it return higher ...
Chris Fraschetti
Oct 12, 2004 at 8:52 pm
Oct 15, 2004 at 5:57 am -
I recently read in regards to my problem that date_field:[0820483200 TO 1104480000] is evluated into a series of boolean queries ... which has a cap of 1024 ... considering my documents will have ...
Chris Fraschetti
Oct 1, 2004 at 1:25 am
Oct 5, 2004 at 6:14 pm -
Thanks to something Doug said when I first opened this discussion, I went back and looked at my implementation. He said, "Can't we just do this in getFieldQuery?". Figuring that he probably knew what ...
Bill Janssen
Oct 27, 2004 at 12:33 am
Nov 16, 2004 at 12:45 am -
Hello all, I need a piece of advice/experience.. What pdf parser (written in java) u'd recommend? I played now with PDFBox-0.6.7a and would not say I was satisfied too much with it On certain pdf's ...
Iouli Golovatyi
Oct 22, 2004 at 11:34 am
Oct 26, 2004 at 11:29 am -
Hi All I have a question regarding selection of Analyzer's during query parsing i have three field in my index db_id, full_text, subject all three are indexed, however while indexing I specified to ...
Rupinder Singh Mazara
Oct 19, 2004 at 3:23 pm
Oct 21, 2004 at 1:32 pm -
http://www.peerfear.org/rss/permalink/2004/10/15/GoogleDesktopCouldBeBetter/ -- Use Rojo (RSS/Atom aggregator). Visit http://rojo.com. Ask me for an invite! Also see irc.freenode.net #rojo if you ...
Kevin A. Burton
Oct 15, 2004 at 7:57 am
Oct 21, 2004 at 1:59 pm -
10
XML Indexing
Can any one give me a demo for indexing XML files ? Mit freundlichen Grüssen - with kind regards Sumathi P Junior Consultant QA GFT Technologies , India 95 , Bharathidasan Salai Cantonment , ...Sumathi
Oct 5, 2004 at 1:07 pm
Oct 11, 2004 at 1:04 pm -
I am having this same problem, but cannot find any help! I have a keyword field that sometimes includes double quotes, but I am unable to search for that field because the escape for a quote doesnt ...
Will Allen
Oct 28, 2004 at 4:04 pm
Oct 29, 2004 at 6:34 am -
Hello, I am a Java/Lucene/Tomcat newbie I know that does not bode well as a start to a post but I really am in dire straits as far as Lucene goes so bear with me. I am working on indexing and ...
James Tyrrell
Oct 27, 2004 at 10:59 am
Oct 28, 2004 at 2:59 pm -
Is anyone aware of an open source (non-GPL; i.e.., free for commercial use) Arabic analyzer for Lucene? Does Arabic really require a stemmer as well (some of the reading I've seen on the web would ...
Scott Smith
Oct 6, 2004 at 11:28 pm
Oct 19, 2004 at 3:01 pm -
Hi, I'm getting: java.io.IOException: Lock obtain timed out I have a writer service that opens the index to delete and add docs. I have a reader service that opens the index for searching only. This ...
Yahootintin 1247688
Oct 27, 2004 at 9:33 pm
Nov 6, 2004 at 12:40 am -
Hi, I'm new using lucene. I downloaded lucene 1.4.2 and added the 2 jar files to the classpath. Executing the demos as a bat file (Windows) is working fine, but using lucene as a web 'application' is ...
Willy De Waele
Oct 28, 2004 at 1:01 pm
Nov 1, 2004 at 4:55 pm -
Hi, Why there is a limit on the number of clauses? and is there any harm in setting MaxClauseCount to Integer.MAX_VALUE? I'm using a Range Query on a field that represents dates and getting ...
Angelov, Rossen
Oct 25, 2004 at 10:35 pm
Oct 26, 2004 at 6:43 pm -
Hello all, I need a piece of advice/experience again.. What ms Word/Excel/PowerPoint parsers (written in java) u'd recommend? Thanks in advance J. ...
Iouli Golovatyi
Oct 25, 2004 at 2:55 pm
Oct 26, 2004 at 10:39 am -
hy lucene users i developed a Spell checker for lucene inspired by the David Spencer code see the wiki doc: http://wiki.apache.org/jakarta-lucene/SpellChecker Nicolas Maisonneuve
Nicolas Maisonneuve
Oct 11, 2004 at 6:26 pm
Oct 21, 2004 at 4:06 pm -
Hi FFI, I am indexing multiple documents like (word,excel,html,ppt,pdf) at the time of indexing there is no problem..... My search results contents(description) comes with small Boxes(this is ...
Natarajan.T
Oct 19, 2004 at 8:32 am
Oct 19, 2004 at 10:05 am -
Hi everybody, I am thinking about extending the Lucene search with metadata in the following way Field Value --------------------------------------------------------------------------- Title (n1, n2, ...
Michael Hartmann
Oct 12, 2004 at 12:16 pm
Oct 14, 2004 at 6:53 am -
Thanks to the recent changes (see CVS) in TermFreqVector support we can now make use of term offset information held in the Lucene index rather than incurring the cost of re-analyzing text to ...
Markharw00d
Oct 28, 2004 at 11:16 pm
Nov 4, 2004 at 11:16 am -
Hi Guys Apologies......... I have a Field Type "Text" 'ItemPrice' , Using it to Store " Price Factor in numeric " such as 10, 25.25 , 50.00.... If I am suppose to Find the Range factor between 2 ...
Karthik N S
Oct 19, 2004 at 6:57 am
Oct 21, 2004 at 8:37 am -
Hello guys, I need additions and deletions of documents to the index to be ATOMIC (they either happen to completion or not at all). On top of this, I need updates (which I currently implement with a ...
Christian Rodriguez
Oct 15, 2004 at 9:13 pm
Oct 19, 2004 at 6:36 am -
Hello, Does anyone do indexeing of numeric entities for japanese characters? I have (non-x)html containing those entities and need to index and search them. -- The information contained in this ...
Daan Hoogland
Oct 7, 2004 at 6:00 am
Oct 12, 2004 at 4:21 pm -
LS, in http://issues.apache.org/eyebrowse/ReadMsg?listId=30&msgNo=8980 Jon Schuster explains how to get a Japanese search system working. I followed his advice and got a index that "luke" shows as ...
Daan Hoogland
Oct 8, 2004 at 10:16 am
Oct 12, 2004 at 12:57 pm -
Hi, I'm curious about your strategy to backup indexes based on FSDirectory. If I do a file based copy I suspect I will get corrupted data because of concurrent write access. My current favorite is to ...
Christoph Kiehl
Oct 27, 2004 at 12:17 pm
Nov 16, 2004 at 10:31 am -
Hi Guys Apologies.......... I was Curious to Know the Difference between ParallelMultiSearcher and MultiSearcher , 1) Is the working internal functionality of these are same or different . 2) In ...
Karthik N S
Oct 13, 2004 at 7:07 am
Oct 15, 2004 at 5:42 pm -
Hi, I want to do filtering on matched results of a query. For example 1. age 18 2. age < 18 3. age 5 and age < 18 4. birthdate = [some date] What can be the best approach? How can it be done with ...
Sam s
Oct 14, 2004 at 1:05 am
Oct 14, 2004 at 7:00 pm -
Hi , Would there be a problem if one enters space while using wildcards ? say i search for 'abc' . i get 100 hits as results 'man' gives - 200 'abc man' gives 300 but 'ab* man' 'abc ma*' ab* ma*' ab* ...
Robinson Raju
Oct 1, 2004 at 4:17 am
Oct 5, 2004 at 6:39 am -
http://www.peerfear.org/rss/permalink/2004/10/26/PoorLuceneRankingForShortText/ -- Use Rojo (RSS/Atom aggregator). Visit http://rojo.com. Ask me for an invite! Also see irc.freenode.net #rojo if you ...
Kevin A. Burton
Oct 27, 2004 at 6:21 pm
Dec 24, 2004 at 4:26 pm -
I have a need to search an index for documents that were taken ffrom particulars files in the filesystem. Each document in the index has a field named "url" that is created using: ...
Bill Tschumy
Oct 28, 2004 at 10:22 pm
Oct 29, 2004 at 6:47 am -
Hello, Do ypu know about Hebrew language solution in Lucene ? Alex Kiselevsky Speech Technology Tel: 972-9-776-43-46 R&D, Amdocs - Israel Mobile: 972-53-63 50 38 mailto:alexkis@amdocs.com The ...
Alex Kiselevski
Oct 10, 2004 at 7:19 am
Oct 21, 2004 at 7:22 am -
hi all i have a question regarding the QueryParser and Proximity Searches I executed the following piece of code String x = "\"jakarta apache\"~100"; QueryParser parser = new ...
Rupinder Singh Mazara
Oct 18, 2004 at 6:40 pm
Oct 19, 2004 at 9:07 am -
We need to have index files that can't be reverse engineered, etc. An obvious approach would be to write a 'FSEncryptedDirectory' class, but sounds like a performance killer. Does anyone have ...
Weir, Michael
Oct 13, 2004 at 1:20 pm
Oct 18, 2004 at 8:14 pm -
Hello, i've got a problem with stopword elimination function. i'm trying to use this function: GermanAnalyzer germanAnalyzer = new GermanAnalyzer(); IndexWriter writer = new IndexWriter("dbind", ...
Miro Max
Oct 17, 2004 at 3:23 am
Oct 18, 2004 at 10:16 am -
I am a new user of Lucene. I am looking to index over 20 million documents (and a lot more someday) and am looking for ideas on the best indexing/search strategy. Which will optimize the Lucene ...
Jeff Munson
Oct 8, 2004 at 12:44 pm
Oct 12, 2004 at 11:09 am -
Hi Does anyone know why Lucene returns 0 hits when there are in fact three matches? The attached are two java class that repeat the problem. In the example, I created a Keyword field "type" for each ...
Fred Yu
Oct 6, 2004 at 8:29 pm
Oct 7, 2004 at 7:31 pm -
Hi, One document in my index contains term 'doom 3' (indexed, tokenized, stored) How can I match term doom3 with that document? I tried following but no luck I have written alias filter which returns ...
Abhay Saswade
Oct 26, 2004 at 5:23 pm
Oct 26, 2004 at 7:39 pm -
Hi folks, I want to download full copies of web pages and storage them locally as well the hyperlink structures as local directories. I tried to use Lucene, but I've realized that it doesn't have a ...
Luciano Barbosa
Oct 19, 2004 at 9:35 pm
Oct 20, 2004 at 12:55 pm -
Hi, I read the "sorting and score ordering - http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg09775.html" thread from the archive and I think, I have a very similar problem but I still ...
Angelov, Rossen
Oct 18, 2004 at 7:25 pm
Oct 18, 2004 at 10:24 pm -
if i have four threads all trying to call my index function, will lucene do what is necessary for each thread to wait until the writer is available.. or will the threads get an exception? -- Chris ...
Chris Fraschetti
Oct 15, 2004 at 11:53 pm
Oct 16, 2004 at 9:15 am -
I have used the Lucene factory method Field.Text(String, String) to index, tokenize and store several hundreds short xml files. I stored the entire xml content of these files in a field called ...
Juan A. Polanco
Oct 14, 2004 at 6:02 pm
Oct 15, 2004 at 1:34 pm -
Hello, I am using the IndexHTML class to index around 30,000 files and it is working fine. Question that I have is, is there a way to add multiple fields to index so that when the actual search is ...
Hetan Shah
Oct 13, 2004 at 6:44 pm
Oct 15, 2004 at 12:39 pm -
Hi Folks, Is there any place where I can do a better search on lucene mailing archives? I tried JGuru and looks like their search is paid. Apache maintained archives lags efficient searching. Thanks ...
Sam s
Oct 14, 2004 at 4:59 pm
Oct 14, 2004 at 8:48 pm -
Hi, Index side information: No. of indexes: Two (to explain better I call these as index_a and index_b). Fields in index_a: x and y. Fields in index_b: y and z. I have written a multisearch code like ...
Sreedhar, Dantam
Oct 12, 2004 at 12:07 pm
Oct 12, 2004 at 5:47 pm -
The dataset that I index is pretty dynamic and flexible, and I started to notice a incorrectly displayed character on some of my results... some debugging showed that it was a the Unicode character ...
Chris Fraschetti
Oct 12, 2004 at 12:51 am
Oct 12, 2004 at 1:54 am -
hi all following is some code that i use to index the contents of a table ( there are 18746 records in the table. ) using a database result set , i loop over all the records , creating a document ...
Rupinder Singh Mazara
Oct 5, 2004 at 6:31 pm
Oct 7, 2004 at 9:42 am -
Hello I have a stand-alone java application. We have a new requirement where there will be around 1000 data files in XML format. Each of them have the same format. Nodes will have value and ...
Amitshukla
Oct 2, 2004 at 12:06 am
Oct 4, 2004 at 8:46 pm -
Is there way to include stopwords in an exact phrase search? For example, when I search on "Melbourne IT", Lucene only searches for Melbourne ignoring "IT". Thanks, Ravi. ...
Ravi
Oct 27, 2004 at 7:36 pm
Oct 27, 2004 at 7:47 pm -
Hello, 1. Is it possibleto use Lucene to search PDF contents ? 2. Can it search Chinese contents PDF files ??? Eric --------------------------------------------------------------------- To ...
Eric Chow
Oct 25, 2004 at 4:10 am
Oct 25, 2004 at 9:22 am -
Lucene 1.4 changed the file format for indexes. You can access a old index using lucene 1.4 but you can't access index which was created using lucene 1.4 with older versions. I suggest you rebuild ...
Aviran
Oct 21, 2004 at 4:59 pm
Oct 22, 2004 at 6:01 pm -
hi, I am new to lucene. I want to build a search engine for myself, and use jboss(bundled with tomcat) as server. I wrote following code to do the index: ---------------------------code ...
Slide Tao
Oct 22, 2004 at 9:48 am
Oct 22, 2004 at 11:03 am -
Hello, I'm a new user of Lucene, and a would like to use it to create a Thesaurus. Do you have any idea to do this? .... Thanks! kind regards P.Galeas ...
Patricio Galeas
Oct 19, 2004 at 4:50 pm
Oct 19, 2004 at 10:20 pm
Group Overview
group | java-user |
categories | lucene |
discussions | 124 |
posts | 460 |
users | 116 |
website | lucene.apache.org |
116 users for October 2004
Archives
- June 2016 (77)
- May 2016 (96)
- April 2016 (116)
- March 2016 (67)
- February 2016 (76)
- January 2016 (78)
- December 2015 (85)
- November 2015 (114)
- October 2015 (95)
- September 2015 (123)
- August 2015 (98)
- July 2015 (107)
- June 2015 (85)
- May 2015 (70)
- April 2015 (103)
- March 2015 (130)
- February 2015 (183)
- January 2015 (111)
- December 2014 (147)
- November 2014 (117)
- October 2014 (118)
- September 2014 (148)
- August 2014 (206)
- July 2014 (161)
- June 2014 (282)
- May 2014 (162)
- April 2014 (152)
- March 2014 (152)
- February 2014 (219)
- January 2014 (147)
- December 2013 (88)
- November 2013 (176)
- October 2013 (220)
- September 2013 (232)
- August 2013 (257)
- July 2013 (320)
- June 2013 (223)
- May 2013 (228)
- April 2013 (233)
- March 2013 (309)
- February 2013 (224)
- January 2013 (425)
- December 2012 (246)
- November 2012 (301)
- October 2012 (200)
- September 2012 (116)
- August 2012 (229)
- July 2012 (302)
- June 2012 (203)
- May 2012 (253)
- April 2012 (172)
- March 2012 (245)
- February 2012 (347)
- January 2012 (302)
- December 2011 (191)
- November 2011 (246)
- October 2011 (251)
- September 2011 (230)
- August 2011 (197)
- July 2011 (254)
- June 2011 (374)
- May 2011 (310)
- April 2011 (310)
- March 2011 (422)
- February 2011 (227)
- January 2011 (365)
- December 2010 (239)
- November 2010 (322)
- October 2010 (295)
- September 2010 (192)
- August 2010 (295)
- July 2010 (296)
- June 2010 (292)
- May 2010 (299)
- April 2010 (359)
- March 2010 (399)
- February 2010 (448)
- January 2010 (467)
- December 2009 (478)
- November 2009 (699)
- October 2009 (609)
- September 2009 (450)
- August 2009 (465)
- July 2009 (582)
- June 2009 (470)
- May 2009 (513)
- April 2009 (609)
- March 2009 (684)
- February 2009 (389)
- January 2009 (356)
- December 2008 (589)
- November 2008 (480)
- October 2008 (508)
- September 2008 (604)
- August 2008 (582)
- July 2008 (522)
- June 2008 (444)
- May 2008 (424)
- April 2008 (453)
- March 2008 (515)
- February 2008 (560)
- January 2008 (619)
- December 2007 (405)
- November 2007 (471)
- October 2007 (392)
- September 2007 (337)
- August 2007 (568)
- July 2007 (584)
- June 2007 (496)
- May 2007 (623)
- April 2007 (542)
- March 2007 (765)
- February 2007 (669)
- January 2007 (602)
- December 2006 (469)
- November 2006 (498)
- October 2006 (598)
- September 2006 (572)
- August 2006 (668)
- July 2006 (692)
- June 2006 (695)
- May 2006 (609)
- April 2006 (497)
- March 2006 (695)
- February 2006 (541)
- January 2006 (544)
- December 2005 (368)
- November 2005 (529)
- October 2005 (565)
- September 2005 (526)
- August 2005 (493)
- July 2005 (409)
- June 2005 (570)
- May 2005 (363)
- April 2005 (464)
- March 2005 (419)
- February 2005 (600)
- January 2005 (636)
- December 2004 (633)
- November 2004 (597)
- October 2004 (460)
- September 2004 (495)
- August 2004 (450)
- July 2004 (552)
- June 2004 (491)
- May 2004 (355)
- April 2004 (362)
- March 2004 (486)
- February 2004 (375)
- January 2004 (285)
- December 2003 (377)
- November 2003 (452)
- October 2003 (217)
- September 2003 (291)
- August 2003 (186)
- July 2003 (226)
- June 2003 (218)
- May 2003 (334)
- April 2003 (256)
- March 2003 (276)
- February 2003 (228)
- January 2003 (190)
- December 2002 (192)
- November 2002 (365)
- October 2002 (280)
- September 2002 (179)
- August 2002 (117)
- July 2002 (203)
- June 2002 (229)
- May 2002 (248)
- April 2002 (282)
- March 2002 (228)
- February 2002 (252)
- January 2002 (134)
- December 2001 (146)
- November 2001 (327)
- October 2001 (177)
- September 2001 (1)