Search Discussions
-
Is it ok to index documents that have Chinese, German and English in the same index? From what I can tell I just need to use a different analyzer when I create an IndexWriter. But I do not see a way ...
Randy Darling
Jan 28, 2003 at 10:24 pm
Feb 25, 2003 at 4:37 am -
Lucene developers, This mail follow a few threads which took place 2-3 months ago on both Lucene and Avalon lists: http://marc.theaimsgroup.com/?l=lucene-dev&m=101518595918785&w=2 ...
David Worms
Jan 27, 2003 at 11:04 pm
Jan 30, 2003 at 6:58 pm -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16245 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Jan 19, 2003 at 11:33 pm
Jan 30, 2003 at 12:36 pm -
There have been quite a few useful additions and fixes made to Lucene since the 1.2 release. This might be a good time to start making a 1.3 release. What do other folks think? I'd rather not go ...
Doug Cutting
Jan 16, 2003 at 6:25 pm
Jan 17, 2003 at 11:45 pm -
I indexed a big content with Linux tematics. When I want to search "Linux", nothing is found. This word is in every article in the content. Do Lucene recognize automatically stop-words? If so where ...
Lukas Zapletal
Jan 22, 2003 at 8:11 pm
Jan 25, 2003 at 3:31 pm -
Now that Doug put Snowball's stemmer's in Lucene Sandbox, it would be nice to have that language recognition contribution that somebody mentioned a month or two ago. Ah, here it is, the original ...
Otis Gospodnetic
Jan 7, 2003 at 5:05 pm
Jan 15, 2003 at 3:47 am -
While sipping a grande latte, I came up with the following questions (more tom come): 1. I wonder how ...crawl.fetcher is working, since there seem to be some typos: - DefaultFetcherTaskFacotry.xinfo ...
Clemens Marschner
Jan 31, 2003 at 12:47 pm
Jun 9, 2003 at 9:55 pm -
otis 2003/01/06 18:29:21 Modified: src/java/org/apache/lucene/document Document.java Log: - Added getFields and getValues methods. Contributed by Rasik Pandey on 2002-10-09. Revision Changes Path 1.5 ...
Otis
Jan 7, 2003 at 2:29 am
Jan 26, 2003 at 3:34 am -
Dears in attachment there is a java class that implements %SUBJ%. It needs to be tested on Java1. Will it anyone add in the CVS or have I contact someone else? -- Lukas Zapletal ...
Lukas Zapletal
Jan 6, 2003 at 10:35 am
Jan 15, 2003 at 8:43 am -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16167 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Jan 16, 2003 at 2:07 pm
Jan 19, 2003 at 11:13 pm -
Hello, Can anyone explain we I would be seeing this when re-using a query (MultiTermQuery or PrefixQuery, or any Query that doesn't implement the new createWeight() method) object? The first search ...
Rasik Pandey
Jan 17, 2003 at 4:31 pm
Jan 20, 2003 at 6:42 pm -
otis 2003/01/14 20:36:36 Modified: xdocs resources.xml docs resources.html Log: - Added a link to Lucene::QueryParser. Revision Changes Path 1.6 +3 -0 jakarta-lucene/xdocs/resources.xml Index: ...
Otis
Jan 15, 2003 at 4:36 am
Jan 16, 2003 at 9:28 pm -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16364 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Jan 23, 2003 at 4:16 pm
Jan 25, 2003 at 8:37 pm -
How important is it for I/O performance that Lucene uses only one byte to represent document length? Or are there reasons other than performance for using so few bits? I'd like to be able to use two ...
Jonathan Baxter
Jan 14, 2003 at 5:28 am
Jan 14, 2003 at 10:51 pm -
Maybe this is a good FAQ entry, under Searching? http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg01735.html Regards, Kelvin -------- The book giving manifesto - ...
Kelvin Tan
Jan 30, 2003 at 12:40 pm
Jan 31, 2003 at 1:12 am -
Moved to Dev.... Sounds like a decent idea to me. I can get to work on making web pages for some of these projects, but how many of them are still actively maintained? Jeff Otis Gospodnetic wrote: -- ...
Jeff Linwood
Jan 28, 2003 at 5:54 am
Jan 29, 2003 at 3:36 pm -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16043 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Jan 17, 2003 at 4:00 pm
Jan 23, 2003 at 1:29 am -
Late last year there was some discussion on the user list regarding Lucene's attempt to lock the index before a search failing because of permissions. Doug suggested one good solution (a flag to not ...
Mchaput
Jan 17, 2003 at 8:30 pm
Jan 20, 2003 at 4:37 pm -
Someone's got JDK 1.4 installed...:-) compile: [javac] Compiling 73 source files to C:\checkout\jakarta-lucene\bin\classes [javac] ...
Kelvin Tan
Jan 15, 2003 at 12:45 pm
Jan 15, 2003 at 4:38 pm -
otis 2003/01/04 09:16:07 Modified: . CHANGES.txt Log: - Updated. Revision Changes Path 1.36 +3 -1 jakarta-lucene/CHANGES.txt Index: CHANGES.txt ...
Otis
Jan 4, 2003 at 5:16 pm
Jan 14, 2003 at 5:03 am -
Dears I made a new class, new implementation of a Directory as a ZIP file via HTTP. This is very useful for people that needs use Lucene in applets (nonsigned) . The problem is the source is tested ...
Lukas Zapletal
Jan 3, 2003 at 10:11 am
Jan 4, 2003 at 11:24 pm -
I tried this out and it works perfectly. I'm loving Lucene! Thanks Doug! -----Original Message----- From: Doug Cutting Sent: Tuesday, December 31, 2002 12:40 PM To: Lucene Developers List Subject: ...
Shah, Vineel
Jan 2, 2003 at 4:09 pm
Jan 2, 2003 at 9:59 pm -
Hi There seems to be a bug within org/apache/lucene/demo/html/HTMLParser.jj when the "HTML Title" is very long (I guess longer than the 200 characters) When the HTML Title is too long, then the ...
Michael Wechner
Jan 25, 2003 at 1:52 am
Feb 7, 2003 at 7:00 pm -
Hello all, I have a small problem. Let`s have a word 'Microsoft' indexed in Lucene. When I query Microsoft, it returns the document, but when I try Micro* then nothing is found. After lowercasing the ...
Lukas Zapletal
Jan 31, 2003 at 8:11 pm
Feb 1, 2003 at 1:56 pm -
Attached is a patch for the sandbox index.html, which adds descriptions for High Frequency Terms, Fulcrum Service, XML Indexing demo, and WordNet. Jeff
Jeff Linwood
Jan 31, 2003 at 6:18 am
Jan 31, 2003 at 7:40 pm -
Here is a patch for the introductory Sandbox page with additions for SearchBean and Ant. I also added a link to the main Snowball web page. Thanks, Jeff Linwood RCS file: ...
Jeff Linwood
Jan 28, 2003 at 9:11 am
Jan 28, 2003 at 10:53 pm -
A former colleague produced a Finnish Analyzer and I've recently taken over responsibility for it. It makes use of setPositionIncrement. Cheryl Card -- To unsubscribe, e-mail: For additional ...
Cheryl Card
Jan 28, 2003 at 3:29 pm
Jan 28, 2003 at 3:51 pm -
Hi, I updated the BUILD.txt file to add install directions for JavaCC. Jeff diff -r1.4 BUILD.txt 10c10,11 < 3) Run ant. --- 78c79,104 < Step 3) Run ant. --- -- To unsubscribe, e-mail: For additional ...
Jeff Linwood
Jan 23, 2003 at 7:25 am
Jan 26, 2003 at 4:39 am -
Hi Luceners, I'm (mis)using the field normalisation factor for my own sorting purposes. I create a sorting indicator as a byte value and use Similarity.decodeNorm() to create the float value suitable ...
Nick Smith
Jan 24, 2003 at 1:50 pm
Jan 24, 2003 at 6:33 pm -
otis 2003/01/22 17:28:48 Modified: src/test/org/apache/lucene/queryParser TestQueryParser.java src/java/org/apache/lucene/queryParser QueryParser.jj Log: - NPE fix. PR: bug #16043 Submitted by: Peter ...
Otis
Jan 23, 2003 at 1:28 am
Jan 23, 2003 at 2:04 am -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16025 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Jan 13, 2003 at 3:50 pm
Jan 14, 2003 at 9:34 am -
otis 2003/01/04 09:31:04 Modified: docs todo.html xdocs todo.xml Log: - Removed a sub-task that has been completed 4 months ago, actually. Revision Changes Path 1.8 +1 -2 ...
Otis
Jan 4, 2003 at 5:31 pm
Jan 7, 2003 at 4:12 pm -
Dears, here is czech simple analyzer implementation. BEFORE USING CHANGE THE PACKAGE NAME TO THE REAL ONE eg. org.apache.analyze..... Please add it to the CVS. -- Lukas Zapletal ...
Lukas Zapletal
Jan 6, 2003 at 10:37 am
Jan 6, 2003 at 4:22 pm -
acoliver 2003/01/04 06:20:38 Modified: xdocs/stylesheets project.xml Log: removed plan link Revision Changes Path 1.17 +0 -4 jakarta-lucene/xdocs/stylesheets/project.xml Index: project.xml ...
Acoliver
Jan 4, 2003 at 2:20 pm
Jan 4, 2003 at 5:19 pm -
Does anyone mind if I delete this: http://jakarta.apache.org/lucene/docs/luceneplan.html? Its been far suprassed. After I saw LARM and the rest of the sandbox taking off so nicely without me, I kinda ...
Andrew C. Oliver
Jan 4, 2003 at 2:06 am
Jan 4, 2003 at 6:34 am -
otis 2003/01/31 11:42:30 Modified: docs/lucene-sandbox index.html xdocs/lucene-sandbox index.xml Log: - Added information about other Lucene Sandbox contributions. Submitted by: Jell Linwood Revision ...
Otis
Jan 31, 2003 at 7:42 pm
Jan 31, 2003 at 7:42 pm -
One more Q: 7. As far as I can see, each MessageProcessor (State/MessageListener in your terms) adds _itself_ to a message handler that it has to know about (as defined in ...
Clemens Marschner
Jan 31, 2003 at 5:34 pm
Jan 31, 2003 at 5:34 pm -
otis 2003/01/29 09:43:13 Modified: src/test/org/apache/lucene AnalysisTest.java IndexTest.java SearchTest.java SearchTestForDuplicates.java ThreadSafetyTest.java src/test/org/apache/lucene/analysis ...
Otis
Jan 29, 2003 at 5:53 pm
Jan 29, 2003 at 5:53 pm -
otis 2003/01/29 09:18:56 Modified: src/java/org/apache/lucene/analysis Token.java src/java/org/apache/lucene/analysis/de GermanAnalyzer.java src/java/org/apache/lucene/analysis/ru ...
Otis
Jan 29, 2003 at 5:28 pm
Jan 29, 2003 at 5:28 pm -
otis 2003/01/28 14:54:23 Modified: xdocs/lucene-sandbox index.xml docs/lucene-sandbox index.html Log: - Added sections about Ant and SearchBean contributions. Submitted by: Jeff Linwood Revision ...
Otis
Jan 28, 2003 at 10:54 pm
Jan 28, 2003 at 10:54 pm -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16470 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Jan 27, 2003 at 6:35 pm
Jan 27, 2003 at 6:35 pm -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16438 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Jan 26, 2003 at 9:55 pm
Jan 26, 2003 at 9:55 pm -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16437 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Jan 26, 2003 at 9:51 pm
Jan 26, 2003 at 9:51 pm -
otis 2003/01/25 20:38:44 Modified: . BUILD.txt Log: - Updated with JavaCC info, etc. Revision Changes Path 1.5 +37 -11 jakarta-lucene/BUILD.txt Index: BUILD.txt ...
Otis
Jan 26, 2003 at 4:38 am
Jan 26, 2003 at 4:38 am -
cutting 2003/01/24 10:33:28 Modified: src/java/org/apache/lucene/search Similarity.java Log: Fixed a bug in floatToByte(). Revision Changes Path 1.5 +3 -3 ...
Cutting
Jan 24, 2003 at 6:34 pm
Jan 24, 2003 at 6:34 pm -
I tried it and think is very powerful. I didn't understand if there is a way to get the part of the doocument in which is contained the words of the query instead of a summary of the first part of ...
Marco scibetta
Jan 24, 2003 at 11:14 am
Jan 24, 2003 at 11:14 am -
otis 2003/01/23 08:11:00 Modified: xdocs queryparsersyntax.xml docs queryparsersyntax.html Log: - Added useful info to Overview, added a section about Range Searches and a section about Field ...
Otis
Jan 23, 2003 at 4:11 pm
Jan 23, 2003 at 4:11 pm -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16364 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Jan 23, 2003 at 2:48 pm
Jan 23, 2003 at 2:48 pm -
---------------------------------------------------- This email is autogenerated from the output from: <http://cvs.apache.org/builds/gump/2003-01-22/jakarta-lucene.html ...
Jason van Zyl
Jan 23, 2003 at 7:50 am
Jan 23, 2003 at 7:50 am -
cutting 2003/01/20 11:01:31 Modified: src/java/org/apache/lucene/search BooleanQuery.java Log: Optimized last fix so that the BooleanQuery is only cloned when one of its clauses has rewritten. ...
Cutting
Jan 20, 2003 at 7:01 pm
Jan 20, 2003 at 7:01 pm
Group Overview
group | dev |
categories | lucene |
discussions | 81 |
posts | 200 |
users | 44 |
website | lucene.apache.org |
44 users for January 2003
Archives
- June 2016 (1,977)
- May 2016 (3,445)
- April 2016 (4,032)
- March 2016 (4,178)
- February 2016 (3,601)
- January 2016 (3,986)
- December 2015 (3,209)
- November 2015 (3,019)
- October 2015 (2,454)
- September 2015 (2,734)
- August 2015 (3,887)
- July 2015 (2,719)
- June 2015 (3,610)
- May 2015 (3,004)
- April 2015 (3,621)
- March 2015 (3,349)
- February 2015 (3,575)
- January 2015 (2,179)
- December 2014 (2,771)
- November 2014 (2,597)
- October 2014 (2,318)
- September 2014 (3,005)
- August 2014 (2,987)
- July 2014 (2,482)
- June 2014 (2,355)
- May 2014 (2,285)
- April 2014 (2,816)
- March 2014 (4,523)
- February 2014 (3,100)
- January 2014 (2,807)
- December 2013 (2,013)
- November 2013 (2,719)
- October 2013 (2,440)
- September 2013 (2,363)
- August 2013 (2,181)
- July 2013 (3,315)
- June 2013 (2,658)
- May 2013 (3,148)
- April 2013 (3,308)
- March 2013 (4,596)
- February 2013 (2,373)
- January 2013 (3,397)
- December 2012 (3,343)
- November 2012 (2,365)
- October 2012 (2,470)
- September 2012 (3,267)
- August 2012 (2,416)
- July 2012 (3,099)
- June 2012 (2,454)
- May 2012 (2,133)
- April 2012 (2,815)
- March 2012 (3,796)
- February 2012 (2,729)
- January 2012 (1,947)
- December 2011 (1,562)
- November 2011 (1,964)
- October 2011 (1,910)
- September 2011 (2,158)
- August 2011 (1,761)
- July 2011 (2,217)
- June 2011 (2,757)
- May 2011 (2,541)
- April 2011 (1,381)
- March 2011 (2,164)
- February 2011 (1,436)
- January 2011 (2,256)
- December 2010 (1,498)
- November 2010 (1,729)
- October 2010 (1,945)
- September 2010 (1,513)
- August 2010 (1,217)
- July 2010 (1,127)
- June 2010 (1,162)
- May 2010 (1,692)
- April 2010 (1,400)
- March 2010 (1,465)
- February 2010 (853)
- January 2010 (929)
- December 2009 (1,505)
- November 2009 (1,940)
- October 2009 (1,918)
- September 2009 (1,032)
- August 2009 (2,144)
- July 2009 (1,222)
- June 2009 (1,783)
- May 2009 (908)
- April 2009 (1,253)
- March 2009 (613)
- February 2009 (487)
- January 2009 (716)
- December 2008 (1,037)
- November 2008 (674)
- October 2008 (328)
- September 2008 (739)
- August 2008 (445)
- July 2008 (458)
- June 2008 (313)
- May 2008 (395)
- April 2008 (311)
- March 2008 (553)
- February 2008 (485)
- January 2008 (822)
- December 2007 (638)
- November 2007 (651)
- October 2007 (436)
- September 2007 (284)
- August 2007 (338)
- July 2007 (452)
- June 2007 (596)
- May 2007 (407)
- April 2007 (407)
- March 2007 (592)
- February 2007 (549)
- January 2007 (631)
- December 2006 (475)
- November 2006 (476)
- October 2006 (462)
- September 2006 (299)
- August 2006 (396)
- July 2006 (340)
- June 2006 (543)
- May 2006 (721)
- April 2006 (326)
- March 2006 (288)
- February 2006 (180)
- January 2006 (203)
- December 2005 (219)
- November 2005 (314)
- October 2005 (276)
- September 2005 (182)
- August 2005 (187)
- July 2005 (156)
- June 2005 (951)
- May 2005 (289)
- April 2005 (296)
- March 2005 (151)
- February 2005 (427)
- January 2005 (348)
- December 2004 (328)
- November 2004 (301)
- October 2004 (369)
- September 2004 (347)
- August 2004 (435)
- July 2004 (252)
- June 2004 (125)
- May 2004 (303)
- April 2004 (344)
- March 2004 (368)
- February 2004 (304)
- January 2004 (295)
- December 2003 (158)
- November 2003 (163)
- October 2003 (355)
- September 2003 (353)
- August 2003 (44)
- July 2003 (75)
- June 2003 (121)
- May 2003 (156)
- April 2003 (163)
- March 2003 (109)
- February 2003 (146)
- January 2003 (200)
- December 2002 (95)
- November 2002 (160)
- October 2002 (155)
- September 2002 (226)
- August 2002 (137)
- July 2002 (179)
- June 2002 (245)
- May 2002 (338)
- April 2002 (195)
- March 2002 (154)
- February 2002 (324)
- January 2002 (187)
- December 2001 (82)
- November 2001 (74)
- October 2001 (231)
- September 2001 (70)