Search Discussions
-
Erik et al, In the attached .zip are the files implementing the functionality I described. I ended up just putting the classes in the org.apache.lucene.search package - that makes the constructor ...
Tim Jones
Jan 12, 2004 at 7:22 pm
Jan 29, 2004 at 1:49 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=26360 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Jan 22, 2004 at 8:56 pm
Jan 23, 2004 at 5:31 pm -
We've started using the new compound indexing functionality available in lucene 1.3 final however we've been seeing an issue that I haven't quite resolved and was hoping that people on this list ...
Bruce Ritchie
Jan 14, 2004 at 3:46 pm
Jan 22, 2004 at 10:17 pm -
Hi all, Doug, I wrote a class ( attached to the mail) wich always throw the exception. The program generate random data, so the data are not the problem, but perhaps the amount of data added. I ...
Julien
Jan 21, 2004 at 8:06 pm
Jan 22, 2004 at 8:54 am -
I have implemented a IndexReader that uses a relational datastore, and in performing the queries (and reviewing the Lucene code), I see the following behavior with Lucene. It does has no way of ...
Robert Engels
Jan 6, 2004 at 9:04 pm
Jan 10, 2004 at 1:15 am -
Hello Pierrick, I noticed your code is under GPL. Would you consider releasing it under ASL, iff that is even possible, considering your code is based on Perl code released under GLP? I'm afraid we ...
Otis Gospodnetic
Jan 29, 2004 at 12:19 pm
Mar 29, 2004 at 7:24 pm -
We are currently running some multi-gigabyte indexes with over 10 million documents, and the "optimize" time is starting to become a problem. For our largest indexes we're already seeing times of ...
Mike Sawka
Jan 19, 2004 at 11:24 pm
Jan 21, 2004 at 2:52 am -
Hi all, i have a question about the performance: if i need all the results (about 2000 Hits) of a search and read them from first to last then it needs about 3000 ms. After a short look at the method ...
Hanjo Riege
Jan 19, 2004 at 3:35 pm
Feb 11, 2004 at 9:53 am -
Hello, the method search(Query, Filter, int) in IndexSearcher makes use of a Priority Queue to temporarily store hits before transfering them into an array. This results in n X (put + pop) or a ...
Jean-Francois Halleux
Jan 14, 2004 at 5:05 pm
Jan 15, 2004 at 8:15 am -
The Chandler project here at the Open Source Applications Foundation (OSAF) is now using Lucene for its text indexing and search needs. Integrating Lucene with Chandler required integrating Lucene ...
Andi Vajda
Jan 13, 2004 at 7:51 pm
Jan 14, 2004 at 2:44 am -
Hello, Am I the only one who is seeing unit test fail for the code that is in CVS? The following are failing: testDeleteReaderReaderConflict(org.apache.lucene.index.TestIndexReader) (I thought ...
Otis Gospodnetic
Jan 22, 2004 at 6:53 pm
Jan 29, 2004 at 11:07 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=9110 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Jan 22, 2004 at 8:24 am
Jan 22, 2004 at 6:15 pm -
Gentlemen, I work Agitar Software, a new startup company that produces Java unit testing tools. As part of an exercise we downloaded the Lucene code and ran it trough our testing tools. We did this ...
Kent Mitchell
Jan 21, 2004 at 4:08 pm
Jan 22, 2004 at 6:15 pm -
Hello Developers, since I am working with Relevance Feedback (Term reweighting, query expansion) I am very interested in the source code of Dmitry which allows access to the Document vectors of ...
Karl Koch
Jan 17, 2004 at 7:01 pm
Jan 21, 2004 at 10:14 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=10340 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Jan 10, 2004 at 12:52 am
Jan 20, 2004 at 1:41 am -
Sorry about the 'poor' comment. I did not mean any offense. I see Lucene as a wonderful work, but as a 'technical' work and was using 'poor' to mean 'could be improved'. I forgot that the 'creator' ...
Robert Engels
Jan 7, 2004 at 5:45 pm
Jan 9, 2004 at 10:22 pm -
The design & implementation of the document/field normalization is very poor. It requires a byte[] with as (number of documents * number of fields) elements! With a document store of 100 million ...
Robert Engels
Jan 6, 2004 at 9:17 pm
Jan 7, 2004 at 6:11 pm -
Hi, Just noticed in the TestStopAnalyzer unit test that there were a lot of dependencies on other pieces of code just to test whether the StopAnalyzer actually properly removed stop words. Not a big ...
Grant Ingersoll
Jan 30, 2004 at 9:21 pm
Feb 2, 2004 at 3:27 pm -
Hi, Current FSDirectory uses mkdir() to create the index directory. This patch uses mkdirs() allowing to create a 'deeper' structure like '/opt/lucene/indexes/webindex', etc... RCS file: ...
Mladen Turk
Jan 30, 2004 at 9:36 am
Jan 30, 2004 at 4:36 pm -
Greetings, I upgraded from lucene-1.2.jar to lucene-1.3-final.jar (29-Dec-2003). I get the following error with the new version any ideas? <error java.io.FileNotFoundException: ...
Anand
Jan 6, 2004 at 1:11 am
Jan 25, 2004 at 6:10 pm -
3
DO NOT REPLY [Bug 25820] - [PATCH] QueryParser not handling queries containing AND and OR correctly
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=25820 . ANY REPLY MADE TO THIS MESSAGE ...Bugzilla
Jan 22, 2004 at 8:18 am
Jan 22, 2004 at 6:19 pm -
In working with Lucene, I notice that when performing searches, it retrieves the documents for the same term multiple times. I think this may be because the Hits collection only stores a certain ...
Robert Engels
Jan 16, 2004 at 4:44 pm
Jan 20, 2004 at 6:08 pm -
Hello, "Release early, release often.." - well, perhaps too early in the case of 0.4 :-) There have been some small but annoying bugs in that release, which merited a quick fix. As a bonus you will ...
Andrzej Bialecki
Jan 17, 2004 at 10:50 pm
Jun 15, 2004 at 12:27 pm -
Lucene developers: This is important, please read this message in full. Each Lucene developer (a person with commit access to Jakarta Lucene CVS repository) must sign and fax in the Contributor ...
Otis Gospodnetic
Jan 30, 2004 at 5:03 pm
Jan 30, 2004 at 9:35 pm -
otis 2004/01/30 08:22:34 Added: src/java/org/apache/lucene/search FieldSortedHitQueue.java IntegerSortedSearcher.java Log: - Initial commit Submitted by: Tim Jones Reviewed by: Otis, Doug Revision ...
Otis
Jan 30, 2004 at 4:22 pm
Jan 30, 2004 at 5:09 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=26397 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Jan 24, 2004 at 6:12 pm
Jan 29, 2004 at 12:25 pm -
Hmmm. Actually, I copied that code directly out of org.apache.lucene.search.IndexSearcher#search() ... The given method is supposed to map to the abstract one in Scorer: public abstract void score ...
Tim Jones
Jan 23, 2004 at 4:59 pm
Jan 29, 2004 at 11:26 am -
Hi, I've tested the new version of the Lucene index with doug's modification on the creation of the .tis file to accelerate phrase or multiterm query( ...
Julien gerard
Jan 20, 2004 at 3:16 pm
Jan 20, 2004 at 5:33 pm -
Hi, I think it is a time to join the "powered by Lucene" community with out project: WBSS - Semantic Web Virtual Library. So far it is only Polish version but we are working on translations. ...
Sebastian Kruk
Jan 4, 2004 at 1:19 pm
Jan 15, 2004 at 2:47 pm -
Hi all, I want to maintain an index only with the last month documents. I am adding all documents sorted by date, in order to use the IndexOrderSearcher and sort the results by date. My problem ...
Albert Vila Puig
Jan 12, 2004 at 11:17 am
Jan 12, 2004 at 5:12 pm -
I'm embarking on a sandbox overhaul in order to unify the build process across all codebases there (Ant 1.6 with <import and <subant are the key!). In my effort, I'm going to be questioning the ...
Erik Hatcher
Jan 5, 2004 at 2:38 pm
Jan 7, 2004 at 4:11 pm -
cutting 2004/01/30 14:10:00 Modified: . CHANGES.txt src/java/org/apache/lucene/search Similarity.java src/test/org/apache/lucene/search TestBasics.java TestSimilarity.java Added: ...
Cutting
Jan 30, 2004 at 10:10 pm
Feb 1, 2004 at 12:22 pm -
fixed, thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: ...
Erik Hatcher
Jan 26, 2004 at 7:20 pm
Jan 26, 2004 at 7:20 pm -
This is cool. Should we put it on the "Powered By Lucene" page? Doug Michael Giles wrote: --------------------------------------------------------------------- To unsubscribe, e-mail: ...
Doug Cutting
Jan 26, 2004 at 6:42 pm
Jan 26, 2004 at 7:20 pm -
ehatcher 2004/01/16 08:40:52 Modified: docs powered.html xdocs powered.xml Log: add TrackStudio to powered by Revision Changes Path 1.41 +3 -1 jakarta-lucene/docs/powered.html Index: powered.html ...
Ehatcher
Jan 16, 2004 at 4:40 pm
Jan 26, 2004 at 6:58 pm -
ehatcher 2004/01/05 17:30:01 Modified: contributions/WordNet README.txt contributions/WordNet/src/java/org/apache/lucene/wordnet Syns2Index.java Added: contributions/WordNet build.xml Log: bring ...
Ehatcher
Jan 6, 2004 at 1:30 am
Jan 26, 2004 at 5:33 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=26396 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Jan 24, 2004 at 6:00 pm
Jan 25, 2004 at 1:16 pm -
ehatcher 2004/01/05 17:17:37 Modified: contributions/miscellaneous/src/java/org/apache/lucene/misc HighFreqTerms.java Log: remove unused imports Revision Changes Path 1.2 +1 -3 ...
Ehatcher
Jan 6, 2004 at 1:17 am
Jan 25, 2004 at 1:16 pm -
ehatcher 2004/01/05 16:08:23 Modified: contributions common.xml Log: add todo for doc generation Revision Changes Path 1.4 +2 -0 jakarta-lucene-sandbox/contributions/common.xml Index: common.xml ...
Ehatcher
Jan 6, 2004 at 12:08 am
Jan 23, 2004 at 5:38 pm -
ehatcher 2004/01/22 12:49:17 Modified: contributions/analyzers/src/java/org/apache/lucene/analysis/fr FrenchAnalyzer.java Added: contributions/analyzers/src/test/org/apache/lucene/analysis/fr ...
Ehatcher
Jan 22, 2004 at 8:49 pm
Jan 23, 2004 at 12:49 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=26120 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Jan 14, 2004 at 4:24 pm
Jan 20, 2004 at 6: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=26268 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Jan 20, 2004 at 1:48 am
Jan 20, 2004 at 10:07 am -
cutting 2004/01/15 14:42:35 Modified: . CHANGES.txt src/java/org/apache/lucene/index DocumentWriter.java SegmentMerger.java SegmentTermDocs.java SegmentTermEnum.java SegmentTermPositions.java ...
Cutting
Jan 15, 2004 at 10:42 pm
Jan 15, 2004 at 10:47 pm -
1
cvs commit: jakarta-lucene-sandbox/contributions/javascript/queryValidator luceneQueryValidator.js
kelvint 2004/01/10 05:28:33 Modified: contributions/javascript/queryValidator luceneQueryValidator.js Log: An almost complete rewrite of all RE patterns. Supports a more complete set of possible ...Kelvint
Jan 10, 2004 at 1:28 pm
Jan 13, 2004 at 7:01 am -
Hi! There is DocSearch (see http://sf.net/projects/DocSearcher) which is Lucene powered and looks very well. cheers, Andrej --------------------------------------------------------------------- To ...
Andrej Surkov
Jan 9, 2004 at 11:48 pm
Jan 10, 2004 at 1:01 am -
Hi, Was wondering what the status of this patch is? I am fairly new to this, but need the term vector stuff to implement relevance feedback for our system. Should I take this patch plus the original ...
Grant Ingersoll
Jan 6, 2004 at 11:04 pm
Jan 8, 2004 at 3:19 pm -
I took the reference to Phonetix and went one better... the attached patch allows for phonetic searching without adding new terms, fields, or analyzers. There is an interface 'PhoneticProvider' that ...
Robert Engels
Jan 7, 2004 at 8:21 pm
Jan 7, 2004 at 8:28 pm -
Does anyone know how Apache's release mirroring works? If so, could you please get the 1.3 release mirrored? Currently the mirrored release on http://jakarta.apache.org/site/binindex.cgi is 1.2, ...
Doug Cutting
Jan 7, 2004 at 6:00 pm
Jan 7, 2004 at 6:09 pm -
otis 2004/01/06 10:06:20 Modified: docs benchmarks.html contributions.html demo.html demo2.html demo3.html demo4.html fileformats.html gettingstarted.html index.html luceneplan.html powered.html ...
Otis
Jan 6, 2004 at 6:06 pm
Jan 7, 2004 at 2:37 am -
Hello friends. I'm just getting started with Lucene and am hoping someone can give me some guidance. We've written some code to retrieve data from the database and index it. Unfortunately, some ...
Brian Scott
Jan 6, 2004 at 11:01 pm
Jan 7, 2004 at 12:47 am
Group Overview
group | dev |
categories | lucene |
discussions | 151 |
posts | 295 |
users | 44 |
website | lucene.apache.org |
44 users for January 2004
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)