Search Discussions
-
My apologies if this is a FAQ (which is possible as I am new to Lucene, however, I tried checking the web page for the answer). I read through the "Query syntax" web page first, and then checked the ...
Tatu Saloranta
Jan 22, 2003 at 4:46 am
Jan 23, 2003 at 4:59 pm -
How would one go about altering the formula for relevancy? (That is, which modules and which code?) I'm certain that the current algorithm is well founded in logic and probably works well in many ...
Terry Steichen
Jan 25, 2003 at 1:52 am
Mar 1, 2003 at 1:51 am -
hi all I have a method which takes in a normal query breaks into token and places + in front it I have a second method which does the same instead puts a - sign front the token the reason i have done ...
Alex
Jan 20, 2003 at 3:53 pm
Jan 23, 2003 at 7:04 am -
Hi, I'm fairly new to Lucene and am trying to create a 'simple' Turbine webapp that will use Lucene for some indexing. Has anyone written a simple Turbine/Fulcrum Lucene service for searching and ...
Seth Weiner
Jan 21, 2003 at 11:44 pm
Mar 4, 2003 at 4:57 pm -
Hi I am looking for an HTMLParser which skips text tagged by <no-index or something similar. This way I could exclude for instance a "global navigation section" within the HTML <no-index ...
Michael Wechner
Jan 30, 2003 at 9:57 am
Jan 31, 2003 at 12:49 am -
9
JavaCC
I have a problem... I wont modify the file HTMLParser.jj But i don' t know JavaCC end I can' t find it... Help me please... --------------------------------------------------------------------- To ...Massimo Mannino
Jan 29, 2003 at 12:52 pm
Jan 30, 2003 at 4:43 pm -
Hi All, I am using Lucene as a Search Engine for my work. I am new to this, so forgive me if I am asking a cliched question! I need to understand how the SCORE for the search TERMs is calculated for ...
Rishabh Bajpai
Jan 23, 2003 at 10:05 am
Jan 31, 2003 at 3:54 pm -
Are folks using the SearchBean code found in the contributions/searchbean area of the sandbox? I've just spent a while attempting to get an example working with it and I've ended up having to tweak ...
Erik Hatcher
Jan 20, 2003 at 2:33 am
Jan 22, 2003 at 5:07 pm -
I am using lucene release 1.2. I am using StandardAnalyzer. Have anybody faced this problem? I get same results when I run following queries 1. (+SEARCH_NAME:jhon +SEARCH_NAME:joy) AND ...
Abhay Saswade
Jan 3, 2003 at 6:05 pm
Jan 7, 2003 at 8:34 pm -
Hi! Can anyone tell me how to include word document for indexing. Is there any parser available for that. Thanks in advance Nellai...
Nellai
Jan 31, 2003 at 3:50 am
Jan 31, 2003 at 2:39 pm -
This question is more appropriate for lucene-user. You may also get more help there. While locking is disabled with a global system property, you normally set properties with -D command line options ...
Otis Gospodnetic
Jan 23, 2003 at 1:52 am
Jan 25, 2003 at 11:32 pm -
Hello all, I seem to be having trouble matching the value "No". The snippet of my insert index code looks like this: -------------------- IndexWriter writer = new IndexWriter("indexTest", new ...
Charles
Jan 22, 2003 at 10:41 am
Jan 23, 2003 at 7:05 am -
Hello all! Q1: Is there any easy way to search more than one field? I mean I have 'content', 'headlines' and 'title' fields. I need to search titles with best score, headlines with better score and ...
Lukas Zapletal
Jan 13, 2003 at 9:05 am
Jan 19, 2003 at 5:48 am -
Hello, Here is a pretty fatal exception I get from time to time in Lucene... java.io.IOException: read past EOF at org.apache.lucene.store.FSInputStream.readInternal(FSDirectory.java:277) at ...
Petite_abeille
Jan 7, 2003 at 8:49 pm
Jan 12, 2003 at 2:43 pm -
I wrote the apache POI HDF (Word library) stuff. I wrote a light version that just does text extraction. You can download it at http://www.textmining.org. Ryan Ackley ...
Ryan Ackley
Jan 31, 2003 at 12:03 pm
Jan 31, 2003 at 5:04 pm -
Hello partisans! My friend (Michael) and me have found a bug (probably). Try this: Index some text with english (or any) stop-words. Test it. Then. Try to find a PHRASE (with double quotes) from the ...
Lukas Zapletal
Jan 27, 2003 at 7:03 pm
Jan 27, 2003 at 9:13 pm -
That's what I did. ;-( -- To unsubscribe, e-mail: For additional commands, e-mail:
Alain Lauzon
Jan 22, 2003 at 6:29 pm
Jan 22, 2003 at 8:11 pm -
I read a while back that Lucene is not thread safe. That was in the FAQ on Lucene at jakarta, but that was in June of 2001. Has there been any changes in this? I remember reading something that said ...
Joe Consumer
Jan 2, 2003 at 2:47 pm
Jan 6, 2003 at 10:37 pm -
This is a lucene-user list question, so I'm moving it there. You could lump them all in the same index and like you say switch to appropriate analyzer when indexing and searching. You could take a ...
Otis Gospodnetic
Jan 28, 2003 at 10:42 pm
Jan 28, 2003 at 10:57 pm -
HI all If i enter a search say: +a +b +c -e this return a set of results containing a AND b AND c , if I find in the results there is a term e aswell does this mean the search failed or is this ...
Alex
Jan 24, 2003 at 8:33 pm
Jan 24, 2003 at 10:01 pm -
Hi, I have a strange requirement. I am indexing a single HTML Document and searching it immediately for one or more keywords (Boolean/Phrase query). When the keywords are found in the document, I ...
Mailing Lists Account
Jan 21, 2003 at 7:44 am
Jan 23, 2003 at 12:38 pm -
Assuming you are using StandardAnalyzer, the default stop words are: public static final String[] STOP_WORDS = { "a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", ...
Eric Isakson
Jan 13, 2003 at 6:33 pm
Jan 13, 2003 at 6:54 pm -
I was wondering if lucene had some way (internal record numbers, whatever) so that I could limit search results to say a range of documents, in the order they were added? I understand that I could ...
John Cwikla
Jan 10, 2003 at 9:42 pm
Jan 10, 2003 at 10:04 pm -
Hi all, I just started trying to use Lucene to index approximately 13,000 XML documents representing biological data..each document is approximately 20-30KB. I modified some code from cocoon ...
Marc Dumontier
Jan 7, 2003 at 8:52 pm
Jan 7, 2003 at 11:28 pm -
What (if anything) would cause lucene to write out a file called commit.lock inside of an index? Thanks, Dan --------------------------------------------------------------------- To unsubscribe, ...
Armbrust, Daniel C.
Jan 30, 2003 at 5:12 pm
Jan 30, 2003 at 5:25 pm -
Hi all i want to ask what are the number of way you can filter out results i.e reduce documents return. I m using the Lucene demo as an index so this may retrict my options a bit i have so far done ...
Alex
Jan 24, 2003 at 12:10 am
Jan 29, 2003 at 6:05 pm -
Hi, Is there any interest in creating an additional distribution for Lucene that contains some of the code from the sandbox and the contributions? I was thinking about bringing in the SearchBean, ...
Jeff Linwood
Jan 23, 2003 at 6:53 am
Jan 26, 2003 at 5:03 am -
Hi, I have been using Lucene in a production enviroment now for about a year, using version 1.1. I had moved across to the 1.2 release, but as the result of this the number of file handles that were ...
Andrewp
Jan 22, 2003 at 3:46 pm
Jan 22, 2003 at 6:35 pm -
Anyone can send me a link to the lucene mailing list email archives? these emails build up fast and i can't store them locally, but too valuable to delete. thanks. -----Original Message----- From: ...
Oshima, Scott
Jan 10, 2003 at 7:00 pm
Jan 10, 2003 at 9:56 pm -
Hello, Here is another symptom of misbehavior in Lucene: java.io.IOException: Bad file descriptor at java.io.RandomAccessFile.readBytes(Native Method) at ...
Petite_abeille
Jan 8, 2003 at 9:14 am
Jan 8, 2003 at 5:22 pm -
-- To unsubscribe, e-mail: For additional commands, e-mail:
Peter Carlson
Jan 7, 2003 at 6:56 am
Jan 7, 2003 at 7:09 am -
Hi, I am using lucene on windows and have the following query abt optimization. Is it safe to search if a optimize process is going on . i found a reference of this in the archives which said that on ...
Harpreet S Walia
Jan 2, 2003 at 4:36 am
Jan 6, 2003 at 6:52 pm -
Dears, I have a problem. I need to index Czech content that is in HTML files in ISO-8859-2. Is there any way to convert them to UTF and index them? What stream or reader have I use? Is it possible? ...
Lukas Zapletal
Jan 3, 2003 at 10:18 am
Jan 3, 2003 at 4:06 pm -
The thread more suited for lucene-user. I think that's just a bad work to be indexing....Microsoft...sheesh. Ok, it's not. This is a known thing, even mentioned in the FAQ on jGuru. For how ...
Otis Gospodnetic
Jan 31, 2003 at 10:19 pm
Jan 31, 2003 at 10:19 pm -
Am I able to use Lucene to search Lotus Notes databases? How about Verity Indexes? ------------------------------------------------------------- Brian Deffenbaugh Sr. Programmer/Systems Analyst Ohio ...
Bdeffenbaugh
Jan 30, 2003 at 4:28 pm
Jan 30, 2003 at 4:28 pm -
Marco, check the contributions page, I believe these is a link to some 3rd party code for highlighting, which may do what you need, or will at least get you started. Otis --- marco scibetta wrote: ...
Otis Gospodnetic
Jan 24, 2003 at 2:12 pm
Jan 24, 2003 at 2:12 pm -
Hi, I want to query for range for date field(which can be broken in year and month) and also query the title field. I have already tag this field while indexing .... but i don't know how to query ...
Saif
Jan 23, 2003 at 3:59 am
Jan 23, 2003 at 3:59 am -
Hello, I just ran into this exception: java.lang.NullPointerException at org.apache.lucene.store.RAMInputStream.<init (Unknown Source) at org.apache.lucene.store.RAMDirectory.openFile(Unknown Source) ...
Petite_abeille
Jan 22, 2003 at 11:47 am
Jan 22, 2003 at 11:47 am -
Hello, An introductory article about indexing aspect of Lucene, for those just getting started with it: http://www.onjava.com/pub/a/onjava/2003/01/15/lucene.html Criticisms welcome. Otis
Otis Gospodnetic
Jan 16, 2003 at 5:19 pm
Jan 16, 2003 at 5:19 pm -
Weird error, only occurs when searching. Indexing is ok. Has anyone else encountered this? java.lang.NullPointerException at org.apache.lucene.search.Hits.getMoreDocs(Hits.java:91) at ...
Kelvin Tan
Jan 15, 2003 at 1:37 pm
Jan 15, 2003 at 1:37 pm -
No. PA. -- To unsubscribe, e-mail: For additional commands, e-mail:
Petite_abeille
Jan 13, 2003 at 10:17 pm
Jan 13, 2003 at 10:17 pm -
Here is the exactly link http://www.mail-archive.com/lucene-user@jakarta.apache.org/ :)) -----Ursprüngliche Nachricht----- Von: Oshima, Scott Gesendet: Freitag, 10. Januar 2003 20:00 An: Lucene Users ...
Borkenhagen, Michael (ofd-ko zdfin)
Jan 13, 2003 at 6:55 am
Jan 13, 2003 at 6:55 am -
Abhay, This query is processed by the query parser... ((+SEARCH_NAME:dvd +SEARCH_NAME:cd ) OR (+DEF_DOC_FIELD:dvd +DEF_DOC_FIELD:cd )) AND ((-SEARCH_NAME:player) OR (-DEF_DOC_F IELD:player)) and ...
Eric Isakson
Jan 6, 2003 at 6:52 pm
Jan 6, 2003 at 6:52 pm -
Hi, i´m having a look from the code, and looking into the IndexHTML.java i have found the instructions "HTMLDocument.uid(file)" and "HTMLDocument.uid2url(uidIter.term().text())", and i can´t ...
Diego Gutierrez Alonso
Jan 2, 2003 at 11:52 am
Jan 2, 2003 at 11:52 am -
0
OpenCMS
FYI, I chanced upon a Lucene module for OpenCMS. http://www.opencms.com/opencms/opencms/service/modules.html The dist includes a PDF parser. I have not tested it yet, the source is not available, and ...Kelvin Tan
Jan 2, 2003 at 5:47 am
Jan 2, 2003 at 5:47 am
Group Overview
group | java-user |
categories | lucene |
discussions | 45 |
posts | 190 |
users | 56 |
website | lucene.apache.org |
56 users for January 2003
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)