Search Discussions
-
Hi, I'm wondering if anyone could let me know how to improve Lucene performance for "streaming main memory indexing of single strings". This would help to effectively integrate Lucene with the Nux ...
Wolfgang Hoschek
Apr 13, 2005 at 8:20 pm
May 3, 2005 at 7:22 pm -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31841 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 5, 2005 at 2:32 am
Apr 28, 2005 at 3:43 pm -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=32965 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 3, 2005 at 9:22 pm
Apr 20, 2005 at 5:17 pm -
Please find attached something I wrote today. It has not been yet tested extensively, and the documentation could be improved, but I thought it would be good to get comments sooner rather than later. ...
Doug Cutting
Apr 28, 2005 at 9:19 pm
May 24, 2005 at 8:41 pm -
10
DO NOT REPLY [Bug 34359] - Cannot use Lucene in an unsigned applet due to Java security restrictions
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34359 . ANY REPLY MADE TO THIS MESSAGE ...Bugzilla
Apr 7, 2005 at 8:33 pm
Apr 28, 2005 at 5:57 pm -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34477 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 15, 2005 at 9:45 pm
Apr 19, 2005 at 12:57 am -
Hello, Would it be better to explicitly check for out of bounds hitNumber instead of catching ArrayIndexOutOfBoundsException? if (hitNumber hits.length()) { throw new NoSuchElementException(); } ...
Otis Gospodnetic
Apr 26, 2005 at 2:36 am
Apr 27, 2005 at 5:04 am -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34585 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 22, 2005 at 8:50 pm
Apr 26, 2005 at 1:52 am -
I'm porting Lucene to Delphi. And is going great, I only need to pass 10 test case to get the indexing code... however I'm stuck with StandarTokenizer and QueryParser, all the JavaCC generated code. ...
Mario Alejandro M.
Apr 16, 2005 at 10:09 pm
Apr 19, 2005 at 6:49 am -
Hi, We have one instance of IndexSearcher that's used for our entire web application. It's instantiated from a bean that's instantiated with a scope="application" useBean tag in Tomcat. This bean ...
Guillermo Payet
Apr 15, 2005 at 4:14 am
Apr 15, 2005 at 7:32 pm -
Hi, the java API documentation now seems to contain classes which have no useful documentation and thus probably shouldn't be part of the API docs, e.g. Among, Testapp, SnowballProgram (maybe more). ...
Daniel Naber
Apr 26, 2005 at 10:10 pm
May 2, 2005 at 8:41 am -
Hello, I just realized that we still have one big left-over Jakarta reference - it's right at the top of http://lucene.apache.org/ in the Jakarta image. We can just take that out, or we could try ...
Otis Gospodnetic
Apr 21, 2005 at 3:30 am
Apr 29, 2005 at 11:00 pm -
OK, so I implemented an UnscoredRangeQuery we needed for use with lucene 1.4.3. Seems to work fine for me, so I thought I would put it out here to see what you guys think... (files attached) Would a ...
Yonik Seeley
Apr 15, 2005 at 4:00 am
Apr 26, 2005 at 3:38 pm -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34570 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 22, 2005 at 10:07 am
Apr 26, 2005 at 12:55 am -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34407 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 11, 2005 at 10:44 pm
Apr 13, 2005 at 7:03 am -
Hello, I was wondering if there is a date sort implementation which is more efficient than just sorting dates as encoded Strings or as custom Comparable objects. If there isn't I have quickly built ...
Rasik Pandey
Apr 13, 2005 at 5:59 pm
Apr 14, 2005 at 9:02 pm -
I think you probably wanted to send this to java-dev@lucene.apache.org, not c-dev@l.a.o. -garrett --------------------------------------------------------------------- To unsubscribe, e-mail: ...
Garrett Rooney
Apr 9, 2005 at 12:03 am
Apr 12, 2005 at 12:37 pm -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34629 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 27, 2005 at 3:43 pm
Apr 28, 2005 at 4:29 pm -
As noted in the patch description I just submitted, it should be a complete, correct, robust (relative to possible user Query implementations) and reasonably optimal solution for Query.combine(). It ...
Chuck Williams
Apr 26, 2005 at 8:58 pm
Apr 27, 2005 at 9:46 am -
I don't normally run this target, but one of our deprecated tests has a compilation issue. I haven't researched when this broke, but could someone fix this please? Here are the details: $ ant ...
Erik Hatcher
Apr 22, 2005 at 10:11 am
Apr 26, 2005 at 7:10 pm -
Hm, Erik is not alone with unit tests failing. My HighlighterTest passes (I didn't do svn update today yet), but I see SortTest failing: [junit] Testcase: ...
Otis Gospodnetic
Apr 26, 2005 at 2:55 am
Apr 26, 2005 at 8:15 am -
I get a failure running HighlighterTest from the Subversion trunk. Below are the details. What's the fix? Thanks, Erik [junit] Searching for: multi* [junit] ------------- ---------------- ...
Erik Hatcher
Apr 26, 2005 at 1:10 am
Apr 26, 2005 at 4:59 am -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34563 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 22, 2005 at 6:06 am
Apr 22, 2005 at 8:17 pm -
Hi, I didn't get a commit message about Otis' and my SVN commits yesterday. Is that a problem only on my side? Also, the Wiki start page is a German page if your browser if configured for German, ...
Daniel Naber
Apr 21, 2005 at 8:13 pm
Apr 22, 2005 at 1:37 am -
Hello everybody, I am trying to put together a search engine specific for books. Is there anybody that can give me some advice? in particular, i have some questions: - beside hardware requirements, ...
P_spadafora
Apr 15, 2005 at 11:34 am
Apr 17, 2005 at 3:00 pm -
Erik, why was the last change to BooleanQuery made? The comment was "Correct BooleanQuery.equals such that every clause is compared". It looks like Vector.equals() should have worked, and the new ...
Yonik Seeley
Apr 11, 2005 at 9:57 pm
Apr 12, 2005 at 5:25 pm -
Switched to java-dev. Maybe out of date, and the 1.4.3 Jar is in the ibiblio Mav repository now, but we could do something to help us push released Jars to ibiblio in the future. How is that ...
Otis Gospodnetic
Apr 6, 2005 at 2:53 pm
Apr 6, 2005 at 4:36 pm -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34684 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 29, 2005 at 7:53 pm
Apr 30, 2005 at 7:45 pm -
[All off latest code from SVN] Ok, I'm just writing this email because I'm confused about some code in Lucene, which will almost certainly highlight a failure of mine to fully grasp something ...
Paul Smith
Apr 29, 2005 at 2:16 am
Apr 30, 2005 at 1:27 am -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34629 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 26, 2005 at 4:29 pm
Apr 26, 2005 at 5:51 pm -
Jeremey - I'm passing this on to the Lucene dev list for comment. There are two .java files attached that may not make it through to the list. These are simple wrappers that do exactly what you'd ...
Erik Hatcher
Apr 22, 2005 at 8:06 pm
Apr 26, 2005 at 12:54 am -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34563 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 22, 2005 at 9:05 pm
Apr 24, 2005 at 1:53 am -
Has there ever been any work done to allow the searching on stored, but unindexed fields? It does not seems to be trivial, since a user could use and/or constructs that mixed indexed and non-indexed ...
Robert Engels
Apr 21, 2005 at 6:48 pm
Apr 21, 2005 at 7:40 pm -
Hello, we were doing Lucene Perfomance tests with the same index and the same amount of data on Sun Unix machines and Windows machines with following results: Index: 3.1 Mio documents Index in RAM ...
Philipp Breuss
Apr 4, 2005 at 11:10 am
Apr 21, 2005 at 4:49 pm -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34528 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 19, 2005 at 6:35 pm
Apr 20, 2005 at 12:41 am -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34408 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 11, 2005 at 10:42 pm
Apr 12, 2005 at 12:39 pm -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34673 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 29, 2005 at 4:14 am
Apr 29, 2005 at 4:15 am -
Hy, i made a contribution in the bugzilla allowing to play with the posting lists: add, delete , replace relation term/document One of the pb in Lucene is the updating of document. With this patch, ...
Nicolas Maisonneuve
Apr 26, 2005 at 5:38 pm
Apr 26, 2005 at 5:57 pm -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34544 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 20, 2005 at 7:44 pm
Apr 20, 2005 at 8:50 pm -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34545 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 20, 2005 at 7:55 pm
Apr 20, 2005 at 8:50 pm -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33019 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 7, 2005 at 8:37 pm
Apr 12, 2005 at 7:00 am -
Hi all I'm trying to create an index on about 40000 documents. At 50% done the system throws an out of memory exception. Running on an 1 Gig Xeon workstation using WSAD (allready consumes 500 megs at ...
Matthias Stoll
Apr 11, 2005 at 5:39 am
Apr 11, 2005 at 9:17 am -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34331 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 6, 2005 at 3:51 pm
Apr 6, 2005 at 4:01 pm -
Hi all, I would like store the Lucene index contents into an Oracle database. Does somebody have an idea ? a track? a web link ? Thanks for your help Mikerob the little french guy MSN Hotmail : ...
Bob LeClown
Apr 5, 2005 at 6:57 am
Apr 5, 2005 at 3:58 pm -
I know Lucene is very scalable in many ways, but how about number of fieldnames? We have an index using around 6000 unique fieldnames, 450,000 documents, and a total index size of 4GB. It's very ...
Yonik Seeley
Apr 4, 2005 at 9:35 pm
Apr 5, 2005 at 2:43 pm -
I was trying to compile the head version of lucene that I checked out of SVN. When I run an ant command to build it, I get the following error: C:\mysvn\lucene ant Buildfile: build.xml BUILD FAILED ...
Dan Climan
Apr 5, 2005 at 2:21 am
Apr 5, 2005 at 1:02 pm -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33459 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 5, 2005 at 3:21 am
Apr 5, 2005 at 3:26 am -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34279 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 3, 2005 at 9:06 pm
Apr 3, 2005 at 9:22 pm -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34684 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 29, 2005 at 7:46 pm
Apr 29, 2005 at 7:46 pm -
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34673 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 29, 2005 at 4:12 am
Apr 29, 2005 at 4:12 am
Group Overview
group | dev |
categories | lucene |
discussions | 73 |
posts | 296 |
users | 39 |
website | lucene.apache.org |
39 users for April 2005
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)