Search Discussions
-
Hello everybody, first of all, let me state that I've looked into Lucene internals (and read all Doug's papers) and I'm impressed by the elegance of the architecture design, the resulting flexibility ...
Stefano Mazzocchi
Dec 6, 2001 at 1:49 pm
Jan 18, 2002 at 7:01 pm -
I have a piece of code that is indexing online... it basically watches a set of files, and indexes new ones, and deletes ones that get deleted. The problem I'm encountering is that when I index ...
Adar, Eytan
Dec 7, 2001 at 7:16 pm
Dec 10, 2001 at 5:47 pm -
OK, mea culpa. The new query parser is not as "improved" as I'd hoped it would be. My bad. In my defense, I'd say that I've written lots of parsers, but always for development tools, which have ...
Brian Goetz
Dec 10, 2001 at 8:49 am
Dec 29, 2001 at 10:22 pm -
The patch below will display the URL and Title for documents added with IndexHTML. Currently "null" is displayed as the file name. Paul Spencer Index: SearchFiles.java ...
Paul Spencer
Dec 9, 2001 at 1:25 pm
Jan 19, 2002 at 7:45 am -
I've changed the Search.jhtml demo to Search.jsp. Though it may come in useful to others so have attached (only 2002 bytes zipped).
Andrew Cottrell
Dec 17, 2001 at 6:40 pm
Dec 19, 2001 at 4:16 pm -
carlson 01/12/19 23:16:17 Added: xdocs contributions.xml Log: Revision Changes Path 1.1 jakarta-lucene/xdocs/contributions.xml Index: contributions.xml ...
Carlson
Dec 20, 2001 at 2:20 pm
Dec 31, 2001 at 12:00 pm -
otis 01/12/25 11:14:40 Modified: src/java/org/apache/lucene/index IndexReader.java Log: - Added methods: public static boolean indexExists(String directory); public static boolean indexExists(File ...
Otis
Dec 26, 2001 at 1:43 am
Dec 26, 2001 at 5:23 pm -
Otis, Thanks for making these changes! One comment: There is a chance that the "commit.lock" file could also remain after a crash, which would also prevent future modification of the index. So it ...
Doug Cutting
Dec 26, 2001 at 4:54 pm
Dec 26, 2001 at 5:16 pm -
The applied patch fixes some warnings when using Jikes in pedantic mode. -- Maik Schreiber IQ Computing - http://www.iq-computing.de mailto: info@iq-computing.de
Maik Schreiber
Dec 11, 2001 at 5:35 am
Dec 25, 2001 at 7:29 pm -
Hi, I have started the contributions.xml page, but I have not figured out how I go from the xml format to the html format. Is there a link that tells me how to do this? Thanks --Peter -- To ...
Carlson
Dec 20, 2001 at 7:32 am
Dec 20, 2001 at 5:07 pm -
Hi there, I wonder if you (Lucene developers) would be interested in a collaboration with us at Jtrix.org? There's lots of info on our http://www.jtrix.org but briefly... We're developing an open ...
Nik Silver
Dec 19, 2001 at 1:07 pm
Dec 19, 2001 at 2:33 pm -
Doug, Thanks for the fix. For a single query at a time, this does indeed solve the problem. The query performance comes back up to the level it was before (a change from 17,000ms to 800ms with the ...
Scott Stanley
Dec 7, 2001 at 5:50 pm
Dec 7, 2001 at 6:35 pm -
I'm getting the classic bug "ArrayIndexOutOfBounds" when performing a search in my RAMDirectory. So I'm going to explain this one in full detail.. so forgive me if this is a waste to you. I really do ...
Kristian Rickert
Dec 7, 2001 at 1:53 am
Dec 7, 2001 at 6:11 pm -
I have a guess about what the problem is. Lucene used to do a better job of re-using TermFreq input streams. I've attached new versions of a few files which should restore the earlier behavior. Try ...
Doug Cutting
Dec 3, 2001 at 5:02 pm
Dec 4, 2001 at 6:19 am -
Well, I got one response so I went ahead with it. This is a very simple demo that demonstrates how to use XSL Transforms and SAX parsing to index XML documents using Lucene. The code has been ...
Ogren, Philip V.
Dec 1, 2001 at 7:05 pm
Dec 1, 2001 at 7:18 pm -
I will be out of the office starting 12/24/2001 and will not return until 01/02/2002. I will respond to your message when I return. -- To unsubscribe, e-mail: For additional commands, e-mail:
Jonathan_wasson
Dec 26, 2001 at 4:04 pm
Dec 26, 2001 at 4:04 pm -
otis 01/12/25 11:34:04 Modified: . build.properties Log: - Added build.compiler.pedantic=false property, so that we can easily turn on Jikes' pedantic mode and get any warnings. I like clean code. ...
Otis
Dec 26, 2001 at 1:43 am
Dec 26, 2001 at 1:43 am -
otis 01/12/25 11:27:04 Modified: src/java/org/apache/lucene/document DateField.java src/java/org/apache/lucene/index IndexReader.java TermDocs.java TermPositions.java Log: - Applied a patch that ...
Otis
Dec 26, 2001 at 1:43 am
Dec 26, 2001 at 1:43 am -
Here is a Christmas present from me. I've added those 5 methods listed towards the bottom to IndexReader. Otis --- Doug Cutting wrote:
Otis Gospodnetic
Dec 25, 2001 at 7:18 pm
Dec 25, 2001 at 7:18 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=5456 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Dec 17, 2001 at 4:38 pm
Dec 17, 2001 at 4:38 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=5456 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Dec 17, 2001 at 1:57 pm
Dec 17, 2001 at 1:57 pm -
gschwarz 01/12/10 13:18:24 Modified: src/java/org/apache/lucene/analysis/de GermanAnalyzer.java GermanStemFilter.java GermanStemmer.java WordlistLoader.java Log: Fixed Bug 4555. Possible ...
Gschwarz
Dec 10, 2001 at 10:43 pm
Dec 10, 2001 at 10:43 pm -
I posted this about 3 weeks ago on the users list and didn't hear a 'peep'. I was wondering if this has been addressed before or if its just very low priority. Thanks, Philip -----Original ...
Ogren, Philip V.
Dec 7, 2001 at 6:45 pm
Dec 7, 2001 at 6:45 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=5313 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Dec 7, 2001 at 5:16 pm
Dec 7, 2001 at 5:16 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=5313 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Dec 7, 2001 at 1:01 pm
Dec 7, 2001 at 1:01 pm -
Bonjour, Je souhaiterai savoir s'il est possible d'indexer des PDF avec Lucene? Quelqu'un l'a-t-il déjà fait? Auriez-vous un filtre ou un bout de code qui pourrait m'aider. Merci par avance, ...
Csolignac
Dec 5, 2001 at 2:13 pm
Dec 5, 2001 at 2:13 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=4754 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Dec 4, 2001 at 6:43 pm
Dec 4, 2001 at 6:43 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=4555 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Dec 4, 2001 at 6:34 pm
Dec 4, 2001 at 6:34 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=4105 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Dec 4, 2001 at 6:30 pm
Dec 4, 2001 at 6:30 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=4102 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Dec 4, 2001 at 6:30 pm
Dec 4, 2001 at 6:30 pm -
Apologies if this is not the correct forum for contributing code, couldn't find a "how to.." anywhere. I have adapted the .jj file for HTMLParser so that it parses and stores all metatag data in a ...
Mark Harwood
Dec 4, 2001 at 4:12 pm
Dec 4, 2001 at 4:12 pm
Group Overview
group | dev |
categories | lucene |
discussions | 31 |
posts | 82 |
users | 31 |
website | lucene.apache.org |
31 users for December 2001
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)