Search Discussions
-
otis 02/05/07 14:26:34 Modified: src/java/org/apache/lucene/search DateFilter.java Log: - Applied a patch supplied by David Smiley that ensures that searches that use DateFilter don't throw an ...
Otis
May 7, 2002 at 9:26 pm
May 9, 2002 at 10:52 am -
Hi, I have updated the query parser syntax document and put it up on the website (without any links). http://jakarta.apache.org/lucene/docs/queryparsersyntax.html Please review it and send feedback. ...
Peter Carlson
May 15, 2002 at 1:58 pm
May 16, 2002 at 4:01 pm -
hi, i have i question about the CVS , where i should post it? if someone can help, my question is: I don't know how use the "jcvs" to download code from the sandbox. Do i need a username and ...
None none
May 14, 2002 at 8:13 pm
May 16, 2002 at 9:11 am -
Hi, I would like be able to have the features that we are planning on having for the next release. So far this seems to be: Vector Term Support Support for Search Term Highlighting Do people have any ...
Peter Carlson
May 20, 2002 at 6:19 pm
May 23, 2002 at 8:43 pm -
kelvint 02/05/11 00:01:10 Modified: contributions/fulcrum SearchResults.java Log: Refactored to use typed arrays instead of generic lists. (thanks to Otis) However, the array of objects returned are ...
Kelvint
May 11, 2002 at 7:01 am
May 14, 2002 at 8:05 pm -
Hi, First, I want to thank you for putting the web crawler into the Lucene sandbox. I'm looking forward to the future developments. I have put together a technical overview of the Fetcher web ...
Clemens Marschner
May 6, 2002 at 6:14 pm
May 7, 2002 at 6:02 pm -
Hello all, Below is a list of all features that were requested/suggested for the next release of Lucene. If you are in favor of the feature AND you are willing to help implement / integrate and test ...
Peter Carlson
May 23, 2002 at 3:29 pm
May 23, 2002 at 11:42 pm -
Hello, I would like to propose adding Clemens Marschner to the list of Lucene Sandbox developers. He has contributed the recently imported webcrawler-LARM code, and would like to use Lucene Sandbox ...
Otis Gospodnetic
May 4, 2002 at 2:25 pm
May 10, 2002 at 2:50 pm -
Hello, Is there a reason why we can't make RAMDirectory Serializable? It's only a markup interface anyway, and some folks are obviously serializing their RAMDirectories. Below is an example of such a ...
Otis Gospodnetic
May 2, 2002 at 1:04 pm
May 2, 2002 at 6:28 pm -
Hi, I've looked in the api and haven't found a way to do formulas on fields. For example, search in the field age where age = 18. So my question is, can we currently do formulas on fields ? If not, ...
Jean-Philippe Grenier
May 17, 2002 at 1:34 pm
May 23, 2002 at 1:30 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=7912 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
May 7, 2002 at 2:46 am
May 20, 2002 at 5:28 pm -
carlson 02/05/04 11:26:27 Modified: . CHANGES.txt Log: Reviewed cvs commit in mailling list and added changes to date. Revision Changes Path 1.9 +17 -1 jakarta-lucene/CHANGES.txt Index: CHANGES.txt ...
Carlson
May 4, 2002 at 6:26 pm
May 20, 2002 at 3:46 pm -
Lucene supports creating your own query syntax, but also provides a default QueryParser implementation using JavaCC to parse query strings into Lucene Query objects. In hopes to provide some better ...
Peter Carlson
May 16, 2002 at 5:22 am
May 17, 2002 at 12:05 am -
Hello all, Attached are two classes that handles Phrase queries of the form "microsoft app*" where app* is supposed to match all words starting with "app". It's also possible to handle queries where ...
Anders Nielsen
May 15, 2002 at 3:16 pm
Jul 18, 2002 at 4:44 am -
otis 02/05/27 16:56:54 Added: . TODO.txt Log: - Lucene TO-DO items. Revision Changes Path 1.1 jakarta-lucene/TODO.txt Index: TODO.txt ...
Otis
May 27, 2002 at 11:57 pm
May 28, 2002 at 10:23 pm -
Hi All, It has been almost 2 weeks since we release RC5 and it looks like people have used it. [ ] Have RC5 be Final 1.2 Release [ ] Wait for further testing. Please vote either +/- 1 or +/- 0 For ...
Peter Carlson
May 28, 2002 at 5:13 pm
May 28, 2002 at 6:38 pm -
I found two problems. First, it seems that Field.Text is used when Field.Keyword should be used to add the date fields to the document. Second, in the testAfter code, I think the intent was to index ...
Doug Cutting
May 8, 2002 at 5:36 pm
May 9, 2002 at 2:51 pm -
Hi Peter, I'm sorry, I never resived your message because I'm not listed in the lucene mailing list. I just found it with google. ;) I included now the powered by lucene logo in ...
Thomas Fuchs
May 6, 2002 at 11:49 am
May 9, 2002 at 10:55 am -
Just updated the search package in appex project. Also introduced the Torque-Document bridge as mentioned before. If you use Torque for persisting objects, its a relatively painless way of ...
Kelvin Tan
May 9, 2002 at 1:26 am
May 9, 2002 at 10:35 am -
otis 02/05/04 06:32:45 Added: contributions/XML-Indexing-Demo XMLIndexingDemo.zip Log: - A contributed, simple XML Indexing Demo. Revision Changes Path 1.1 ...
Otis
May 4, 2002 at 1:32 pm
Jun 21, 2002 at 3:17 pm -
otis 02/05/03 06:17:23 Modified: . README.txt Log: - Cosmetics. Revision Changes Path 1.3 +9 -8 jakarta-lucene-sandbox/README.txt Index: README.txt ...
Otis
May 3, 2002 at 1:17 pm
May 10, 2002 at 5:19 pm -
carlson 02/05/15 06:51:38 Added: docs queryparsersyntax.html Log: Adding Query Parser Syntax to give people a better idea of what Lucene can do and does "out of the box". Revision Changes Path 1.1 ...
Carlson
May 15, 2002 at 1:52 pm
May 16, 2002 at 2:04 pm -
Hello, I would like to include my software in your "Powered by Lucene" list. http://homepage.mac.com/zoe_info/ What do I need to do? Thanks. Zoe -- To unsubscribe, e-mail: For additional commands, ...
Zoe
May 6, 2002 at 11:54 am
May 7, 2002 at 2:41 pm -
Hi I am looking for database indexing using lucene. I got the information that i have to use InputStream class for this. but i have not got much help from the lucene API help. can anybody help me ...
Dinesh Gupta
May 30, 2002 at 6:25 am
May 31, 2002 at 3:42 am -
carlson 02/05/15 06:51:50 Added: xdocs queryparsersyntax.xml Log: Adding Query Parser Syntax to give people a better idea of what Lucene can do and does "out of the box". Revision Changes Path 1.1 ...
Carlson
May 15, 2002 at 1:52 pm
May 16, 2002 at 2:04 pm -
otis 02/05/03 12:03:21 Modified: . CHANGES.txt Log: - Fixed a typo. Revision Changes Path 1.2 +3 -3 jakarta-lucene-sandbox/CHANGES.txt Index: CHANGES.txt ...
Otis
May 3, 2002 at 7:03 pm
May 10, 2002 at 9:41 am -
hi, how can i download more than 1 file from the cvs at one time? also there are no link to the lucene sandbox, i think will be a good idea have one under ...
None none
May 6, 2002 at 3:19 pm
May 9, 2002 at 5:59 pm -
Hi, I was trying to validate how the unit test should work for wildcard searches and I couldn't find a central reference for the query language. Here is a general reference that I thought might be ...
Peter Carlson
May 9, 2002 at 4:55 am
May 9, 2002 at 3:31 pm -
Multiple fields with the same name are indeed supported. Currently, if you have multiple values for a given field name in a Document, then you must enumerate all of the fields with Document.field() ...
Doug Cutting
May 8, 2002 at 5:36 pm
May 9, 2002 at 10:55 am -
What's the consensus on code which doesn't belong in a project? Does it warrant a directory of its own under /contributions even if its only one file (like in the case of a javascript query ...
Kelvin Tan
May 7, 2002 at 6:37 am
May 7, 2002 at 3:37 pm -
Hi, The method org.apache.lucene.document.Document.getField(String name) is documented as this : "Returns a field with the given name if any exist in this document, or null. If multiple fields may ...
Martin Sévigny
May 3, 2002 at 4:57 pm
May 7, 2002 at 6:34 am -
Yes, I believe this is just a mistake. You can check it by getting both and comparing them. You can also get the latest nightly build, as it contains numerous fixes not present in RC4. RC5 is also ...
Otis Gospodnetic
May 6, 2002 at 5:44 pm
May 6, 2002 at 6:01 pm -
hi, some time ago i posted a message about how could be possible implement the within search, the link to the message is: http://www.mail-archive.com/lucene-dev@jakarta.apache.org/msg01042.html i ...
None none
May 1, 2002 at 3:21 pm
May 1, 2002 at 3:48 pm -
Hi all, A new product that uses Lucene is available at http://www.intellectronix.com/ipm/ Among other things IPM provides powerful gui tools for creating and managing sophisticated Lucene indexes. ...
Ip m
May 30, 2002 at 6:57 pm
Jun 1, 2002 at 12:48 am -
I don't know if this has occurred on this mailing list before; but to be sure, here it is. I dont know what the query was, but someone managed to trick the parser into the following exeception : ...
Stefan Bergstrand
May 30, 2002 at 9:22 am
May 30, 2002 at 7:28 pm -
carlson 02/05/15 22:15:28 Modified: docs demo3.html Log: Update website to include Query Parser syntax in resources area. Revision Changes Path 1.5 +2 -0 jakarta-lucene/docs/demo3.html Index: ...
Carlson
May 16, 2002 at 5:15 am
May 29, 2002 at 2:34 am -
kelvint 02/05/10 17:46:59 Added: contributions/fulcrum LuceneSearchService.java Log: Implementation of SearchService. Revision Changes Path 1.1 ...
Kelvint
May 11, 2002 at 12:47 am
May 25, 2002 at 10:19 am -
Hi all, i am using lucene since few months and i dont understand why the abstract class does not provide a getter method like abstract public String getField(); To my knowledge, a filter is always ...
Christian Meunier
May 15, 2002 at 5:33 pm
May 21, 2002 at 12:03 pm -
How come lucenesandbox.html is not in cvs? should I commit it? [eugene@saki jakarta-lucene]$ cvs update ? docs/lucenesandbox.html -- To unsubscribe, e-mail: For additional commands, e-mail:
Eugene Gluzberg
May 20, 2002 at 4:22 pm
May 20, 2002 at 4:29 pm -
Hello, I have to diagree, the bug is not fixed yet. The problem here is that the bug is not in the WildcardQuery-class which the Unit-Test checks but in the QueryParser. I have attached my version of ...
Ralf Hettesheimer
May 16, 2002 at 9:03 pm
May 16, 2002 at 9:10 pm -
carlson 02/05/14 16:01:02 Modified: docs index.html Log: Updated Lucene news to include information about 1.2-RC5 Revision Changes Path 1.10 +28 -5 jakarta-lucene/docs/index.html Index: index.html ...
Carlson
May 14, 2002 at 11:01 pm
May 16, 2002 at 5:15 am -
carlson 02/05/09 07:38:22 Modified: src/test/org/apache/lucene/search TestWildcard.java Log: Fixed the TestQuestionMark by changing the TermQuery to WildcarQuery for the first test. Now succeeds ...
Carlson
May 9, 2002 at 2:38 pm
May 15, 2002 at 3:52 pm -
Hello all, In december 2001, there was a discussion about how to implement queries of the form "microsoft app"* that matches both "microsoft application" and "microsoft apps". Doug posted ([1]) an ...
Anders Nielsen
May 14, 2002 at 8:43 pm
May 14, 2002 at 8:58 pm -
kelvint 02/05/10 17:47:25 Added: contributions/fulcrum SearchResults.java Log: An object to encapsulate the results of a search. Revision Changes Path 1.1 ...
Kelvint
May 11, 2002 at 12:47 am
May 13, 2002 at 10:57 am -
otis 02/05/06 10:54:54 Modified: xdocs powered.xml Log: - Added Finish Military. Revision Changes Path 1.8 +1 -0 jakarta-lucene/xdocs/powered.xml Index: powered.xml ...
Otis
May 6, 2002 at 5:55 pm
May 10, 2002 at 5:09 pm -
Hello Peter and Otis, OK, we have the Lucene logo now on every page. By the way, if Lucene is used within an applet residing on CD-ROM, FSDirectory.makeLock() will fail as it tries to write to disc. ...
Thomas Fuchs
May 10, 2002 at 4:01 pm
May 10, 2002 at 4:46 pm -
Hi, I'd like to have an extra field added to each document where I can put some custom "document ranks" in, i.e. PageRank or some preference how current the document is, so that more current ...
Clemens Marschner
May 8, 2002 at 10:14 am
May 9, 2002 at 10:53 am -
hi, is still this the link to the mailing list? http://www.mail-archive.com/lucene-dev@jakarta.apache.org/ i am unable to see it, i got every time "page not found", thanks -- To unsubscribe, e-mail: ...
None none
May 9, 2002 at 1:38 am
May 9, 2002 at 2:10 am -
carlson 02/05/08 12:48:04 Modified: src/test/org/apache/lucene/search TestDateFilter.java Log: Changed TestDateFilter from date field being a Text field to being a Keyword field. Found by Doug. ...
Carlson
May 8, 2002 at 7:48 pm
May 8, 2002 at 8:17 pm -
Not for wanting to make this thread any longer, but could some of you point me to the auto-reformat program/resource that will reformat my java-source according to sun's java coding-convention ? ...
Grim Hegland Iversen
May 8, 2002 at 7:53 am
May 8, 2002 at 10:14 am
Group Overview
group | dev |
categories | lucene |
discussions | 135 |
posts | 338 |
users | 53 |
website | lucene.apache.org |
53 users for May 2002
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)