Search Discussions
-
Lucene is often cited as an excellent example of OO design. I see several areas where this does not seem to be the case, mainly because of the Lucene code uses abstract base classes where it should ...
Robert Engels
Apr 20, 2004 at 12:12 am
Apr 20, 2004 at 6:50 pm -
goller 2004/04/16 02:17:05 Modified: src/test/org/apache/lucene/index TestMultiReader.java TestIndexReader.java TestFilterIndexReader.java src/java/org/apache/lucene/index MultiReader.java ...
Goller
Apr 16, 2004 at 9:17 am
Apr 21, 2004 at 8:18 pm -
Date: 2004-04-20T13:23:45 Editor: 217.229.11.172 < Wiki: Jakarta Lucene Wiki Page: PoweredBy URL: http://wiki.apache.org/jakarta-lucene/PoweredBy no comment Change Log: ...
Lucene-cvs
Apr 20, 2004 at 8:23 pm
Apr 29, 2004 at 8:23 am -
Dear readers, (Not sure whether this would be better posted to lucene-user.) A test of the ordered span query with three terms: w1 w2 w3 and slop 1 against document: w1 w3 w2 w3 fails. The javadoc ...
Paul Elschot
Apr 1, 2004 at 9:47 pm
Apr 21, 2004 at 9:02 am -
I haven´t used the ant build for quite some time. Now I got the latest from CVS, installed ant 1.6. Compilation works, but the unit tests seem to do nothing. I am not an ant expert. Could anyone tell ...
Christoph Goller
Apr 7, 2004 at 6:22 pm
Apr 9, 2004 at 3:18 pm -
Hi All, I would like to use Fuzzy Query with another type(s) of string distance. Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now ...
Eks dev
Apr 20, 2004 at 9:11 am
Apr 25, 2004 at 3:01 am -
Dear all, I want to do expand a search in order to retrieve matching XML documents with the help of a domain taxonomy. That means if someone is specifying a term high up in the taxonomy it will have ...
Hgadm
Apr 2, 2004 at 9:31 am
Apr 3, 2004 at 4:09 pm -
I posted this to the lucene-user list a few days ago, to a resounding silence and so thought I'd try my luck here on the dev list. ;-) Cheers, Paul. The problem I have is that when I try to execute ...
Paul
Apr 14, 2004 at 7:44 am
May 9, 2004 at 8:41 pm -
Hi folks, you did a great job during the last 4 months. Due to other obligations I was not able to keep track of all these contributions and new features such as: MultiReader TermDocs.skipTo & ...
Christoph Goller
Apr 1, 2004 at 5:22 pm
Apr 18, 2004 at 12:51 pm -
Doug, I think there may still be a bug in the new TermDocs.skipTo() implementation. Maybe it is related to BUG 27587 and 27799. However, it is very complicated to test. Problem: In TermInfosReader ...
Christoph Goller
Apr 2, 2004 at 5:59 pm
Apr 8, 2004 at 6:17 pm -
text through an Analyzer as you build up your query, without using QueryParser. Look, Erik, I managed to process the tokenStream further but it does not allow to search for "host defense" as phrase. ...
Hgadm
Apr 5, 2004 at 2:50 pm
Apr 6, 2004 at 5:01 pm -
Hello, I have been reviewing some of the code related to boolean queries and I wanted to see if my understanding is approximately correct regarding how they are handled and, more importantly, the ...
Tate Avery
Apr 29, 2004 at 4:19 pm
Apr 29, 2004 at 5:48 pm -
oops - forgot to include the comments on the SampleComparable below to explain what it is all about. -- I just committed some code which adds a new SortField type where the comparison function can be ...
Tjones
Apr 22, 2004 at 10:37 pm
Apr 29, 2004 at 4:14 am -
Dear all, for my taste the stopwords included in Lucene (e.g. StopAnalyzer.ENGLISH_STOP_WORDS, wich is usually used with the SnowballAnalyzer - and I guess also with the StandardAnalyzer) is not ...
Hgadm
Apr 22, 2004 at 4:55 pm
Apr 25, 2004 at 2:10 am -
goller 2004/04/20 10:26:16 Modified: src/test/org/apache/lucene/document TestDocument.java src/java/org/apache/lucene/document Document.java Log: removeField and removeFields added to Document ...
Goller
Apr 20, 2004 at 5:26 pm
Apr 21, 2004 at 5:08 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=27423 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 2, 2004 at 9:06 pm
Apr 20, 2004 at 4:30 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=28285 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 8, 2004 at 5:03 pm
Apr 20, 2004 at 7:45 am -
Hi all, I intend to convert Query object to a String object for the purpose of passing it to the parse method of the QueryParser class i.e., Query query = QueryParser.parse(searchStr.toString(), ...
Jitender ahuja
Apr 17, 2004 at 8:21 am
Apr 17, 2004 at 11:02 am -
Hi all, I'm doing a presentation to my local JUG on Lucene, and I'm looking for a "good" set of documents to use as a demonstration. Ideally it would be: 1) large (10,000 plus?). 2) contain some ...
Matt Quail
Apr 7, 2004 at 9:06 am
Apr 7, 2004 at 3:53 pm -
I'm considering writing a transparent RDBMS layer for Lucene using triggers from the RDBMS (or maybe just patch something like HSQLDB). Something like this: CREATE TABLE myTable ( PK int, sometext ...
Karl wettin
Apr 27, 2004 at 9:14 am
May 16, 2004 at 11:12 pm -
Akamai Technologies - http://www.akamai.com I updated the following page: http://wiki.apache.org/jakarta-lucene/PoweredBy Feel free to add us to this page as well: ...
O'Hare, Thomas
Apr 23, 2004 at 2:05 pm
Apr 23, 2004 at 8:09 pm -
goller 2004/04/21 08:23:29 Modified: src/test/org/apache/lucene/search TestPhraseQuery.java src/java/org/apache/lucene/search PhraseScorer.java ConjunctionScorer.java Log: Bug in PhraseScorer and ...
Goller
Apr 21, 2004 at 3:24 pm
Apr 22, 2004 at 2:08 pm -
Hello, I've just noticed that some anonymous stupido modified the FrontPage of the jakarta-lucene wiki, maybe just for checking if modification works. I have reverted the changes, noticing that it ...
Christian Kohlschütter
Apr 22, 2004 at 7:19 am
Apr 22, 2004 at 10:29 am -
Date: 2004-04-21T23:56:56 Editor: 64.36.8.162 < Wiki: Jakarta Lucene Wiki Page: FrontPage URL: http://wiki.apache.org/jakarta-lucene/FrontPage no comment Change Log: ...
Lucene-cvs
Apr 22, 2004 at 6:57 am
Apr 22, 2004 at 7:12 am -
I am working on lucene 1.3 final, and it appears to have the same bug as 1.4rc1 http://issues.apache.org/bugzilla/show_bug.cgi?id=26666 How can I find out which files were changed to fix this bug? ...
Robert Engels
Apr 19, 2004 at 9:18 pm
Apr 20, 2004 at 12:28 pm -
Hi, I've posted this topic before, but unfortunately I got no answer. I want to update my index frequently, but I don't want to reindex all documents every time I run my indexing. So does anybody now ...
Amrun
Apr 16, 2004 at 10:44 am
Apr 16, 2004 at 3:17 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=27868 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 11, 2004 at 9:50 am
Apr 14, 2004 at 6:44 am -
I propose Mark Harwood as a sandbox committer so he can maintain his excellent Hilighter package that I just committed there. +1 Erik Begin forwarded message: ...
Erik Hatcher
Apr 9, 2004 at 12:25 am
Apr 9, 2004 at 2:13 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=28183 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 3, 2004 at 10:37 pm
Apr 8, 2004 at 5:04 pm -
Hi, I'm trying to search for alphanumeric keywords, e.g. 5ADT or 2003/2004. If I try to search for it in my jbuilder project (developer tool) it works quite fine, but if I want to search it from the ...
Amrun
Apr 7, 2004 at 7:37 pm
Apr 7, 2004 at 8:23 pm -
Hi, I'm new to lucene and I need to search for the content of several fields. For example, I want to search for the given keywort in the content-field, in the title-field, in a category-field and so ...
Amrun
Apr 5, 2004 at 9:37 am
Apr 6, 2004 at 10:45 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=24370 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 5, 2004 at 4:14 pm
Apr 6, 2004 at 9:52 am -
[I move this discussion to the dev list] In my case it works perfectly. As we generate multilingual and semantic expansions of the original words of a query, the coordination factor was giving lower ...
Julien Nioche
Apr 30, 2004 at 9:53 am
May 2, 2004 at 8:27 pm -
Date: 2004-04-28T15:07:09 Editor: 12.43.53.196 < Wiki: Jakarta Lucene Wiki Page: LockObtainTimedOut URL: http://wiki.apache.org/jakarta-lucene/LockObtainTimedOut no comment Change Log: ...
Lucene-cvs
Apr 28, 2004 at 10:07 pm
Apr 29, 2004 at 4:36 pm -
I'd suspect Kevin Burton ;) <snippet I've (KevinBurton) been able to verify this by testing a full index merge on a production system while still doing full text searches during the merge. </snippet ...
Stephane James Vaucher
Apr 13, 2004 at 7:01 am
Apr 28, 2004 at 9: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=28462 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 19, 2004 at 8:35 am
Apr 20, 2004 at 5:30 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=28405 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 15, 2004 at 9:21 am
Apr 20, 2004 at 7:46 am -
Hi I'm developing an application using Lucene where I need to be able to both search using a stemmer and sometimes using "exact" search. I see two ways of doing this: 1. Use two indexes. One using a ...
Magnus Johansson
Apr 16, 2004 at 7:00 am
Apr 16, 2004 at 7:42 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=28182 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 3, 2004 at 9:50 pm
Apr 6, 2004 at 5:00 pm -
Hi Eric, all, did construct a boolean query. No error with regard to my search expansion now: did pass more than 800 terms onto Lucene: Great - thanks ! One other problem though I would need your ...
Hgadm
Apr 4, 2004 at 4:28 pm
Apr 5, 2004 at 11:03 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=25666 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 3, 2004 at 12:37 pm
Apr 3, 2004 at 3:31 pm -
Hello I try to update a web application from 1.4-rc1 to 1.4-rc2. But that's not working. An error occurrs. The application is running inside tomcat 5.0.19. Here's the code: File f = ...
Ralph Schaer
Apr 1, 2004 at 5:41 am
Apr 1, 2004 at 7:36 am -
Hi, Can anyone tell if the two : Reader in lucene's as Text Field type and the Reader class in java are the same and if yes, why so? Also, if they are the same then does one must take the data ...
Jitender ahuja
Apr 30, 2004 at 9:22 am
Apr 30, 2004 at 12:52 pm -
goller 2004/04/22 01:30:44 Modified: . CHANGES.txt Log: Revision Changes Path 1.81 +4 -2 jakarta-lucene/CHANGES.txt Index: CHANGES.txt ...
Goller
Apr 22, 2004 at 8:30 am
Apr 27, 2004 at 10:04 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=23307 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 27, 2004 at 4:32 pm
Apr 27, 2004 at 4:34 pm -
Date: 2004-04-22T07:15:16 Editor: 82.135.1.247 < Wiki: Jakarta Lucene Wiki Page: Support URL: http://wiki.apache.org/jakarta-lucene/Support no comment Change Log: ...
Lucene-cvs
Apr 22, 2004 at 2:15 pm
Apr 22, 2004 at 2:16 pm -
goller 2004/04/20 11:21:06 Modified: src/java/org/apache/lucene/index IndexReader.java Log: temporary directory in isLocked(String) was never closed Revision Changes Path 1.31 +5 -2 ...
Goller
Apr 20, 2004 at 6:21 pm
Apr 21, 2004 at 4: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=28339 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 11, 2004 at 7:08 pm
Apr 20, 2004 at 7:35 pm -
What do you guys think of these two ideas - would they be good additions to the API (or maybe the sandbox)? 1. New type of SortField, allowing custom comparison function: public SortField (String ...
Tim Jones
Apr 20, 2004 at 2:33 pm
Apr 20, 2004 at 4:06 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=19189 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Apr 19, 2004 at 2:07 pm
Apr 19, 2004 at 2:10 pm
Group Overview
group | dev |
categories | lucene |
discussions | 150 |
posts | 344 |
users | 52 |
website | lucene.apache.org |
52 users for April 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)