Search Discussions
-
Hi All, This is just a few thoughts about Lucene. Please send me your feedback, critiques and thought. If you folks would take a look: http://www.trilug.org/~acoliver/luceneplan.html if you'd like to ...
Andrew C. Oliver
Feb 7, 2002 at 12:46 pm
May 4, 2002 at 3:46 pm -
Hello, I've read you proposal (and all email related to it). One thing I'd like to advise is to distinguish the crawler and the loader component. The crawler is responsible for gathering documents ...
Halácsy Péter
Feb 10, 2002 at 9:47 am
Feb 26, 2002 at 8:33 pm -
otis 02/02/13 08:52:02 Modified: . build.xml Log: - Updated JavaCC URL. Revision Changes Path 1.20 +1 -1 jakarta-lucene/build.xml Index: build.xml ...
Otis
Feb 13, 2002 at 4:52 pm
Feb 28, 2002 at 11:13 am -
10
HTMLParser
Hi, I was playing with HTMLParser.jj and made some changes you might be interested in. What I did was start handling <META tags (added new methods: getAuthor, getKeywords and getMetadata and changed ...Daniel Calvo
Feb 15, 2002 at 8:43 pm
Feb 19, 2002 at 3:56 pm -
Hi All, I'm about to start revising the Lucene proposal with the ideas I got back. Is it okay with everyone if I convert this to work in anakia and commit it into the cvs repository so that we all ...
Andrew C. Oliver
Feb 23, 2002 at 4:32 pm
Feb 26, 2002 at 7:36 pm -
Hi again. I actually hadn't meant to send this may e-mails just after joining the list, but here goes... I'm wondering if there's a design reason why HitCollector is an abstract class, rather than an ...
Eric Fixler
Feb 19, 2002 at 10:55 pm
May 16, 2002 at 6:01 pm -
Everyone - I was told to post any proposed Lucene changes/additions to the list, so here goes: (1)I rewrote StandardAnalyzer as StrictAnalyzer for the project I am working on. StandardAnalyzer does ...
Alan Weissman
Feb 19, 2002 at 7:59 pm
Feb 20, 2002 at 5:53 pm -
Hi, I have written a French Analyzer for Lucene, (which can be packaged in org.apache.lucene.analysis.fr) based on the German Analyzer by Gerhard Schwarz, and inspired by the "French stemming ...
Patrick TALBOT
Feb 21, 2002 at 11:04 pm
Jan 20, 2004 at 10:09 am -
Hi, Since you're fixing some javadocs for the next release, how about including @throws ParseException and @throws TokenMgrError in QueryParser.parse javadoc? ParseException is marked so one can see ...
Daniel Calvo
Feb 22, 2002 at 3:57 am
Feb 25, 2002 at 8:13 pm -
Actually, Winton's suggestion doesn't work because it's inconsistent with the syntax of BooleanQuery() (the constructor doesn't take arguments, and add() takes one Query argument, not two). After ...
Joshua O'Madadhain
Feb 19, 2002 at 8:18 am
Feb 19, 2002 at 10:24 pm -
carlson 02/02/07 12:24:28 Modified: . CHANGES.txt Log: Update Changes to include new updates to contributions Revision Changes Path 1.3 +6 -1 jakarta-lucene/CHANGES.txt Index: CHANGES.txt ...
Carlson
Feb 7, 2002 at 8:24 pm
Feb 27, 2002 at 11:05 pm -
scottganyo 02/02/05 10:00:18 Modified: src/java/org/apache/lucene/index Term.java src/java/org/apache/lucene/search Query.java Log: implement Serializable Revision Changes Path 1.2 +1 -1 ...
Scottganyo
Feb 5, 2002 at 6:00 pm
Feb 21, 2002 at 9:43 pm -
devs - Judging by the lack of response to my message yesterday containing some ideas for additions and changes I am assuming that there is no interest. As this was my first attempt at open source ...
Alan Weissman
Feb 20, 2002 at 4:39 pm
Feb 20, 2002 at 5:48 pm -
Yesterday I was inspired by the conversation on the dev. list about indexing in memory, etc and I wrote a new version of IndexWriter.java (it is named IndexWriter2.java). Find the attached file here. ...
Ivaylo Zlatev
Feb 26, 2002 at 7:35 pm
Feb 27, 2002 at 9:47 pm -
Lucene-dev, Attached is the recently discussed Ant <index task code and the patches necessary to build a web application containing an index of Lucene's documentation (the docs in CVS and the ...
Erik Hatcher
Feb 11, 2002 at 4:32 am
Feb 27, 2002 at 2:23 am -
Hi, I just wanted to compliment you with the great software that you have developed. I am using Lucene to power searching on the open-source discussion forum software that I am maintaining now. You ...
Aflatoon Aflatooni
Feb 26, 2002 at 3:28 pm
Feb 26, 2002 at 9:18 pm -
If these are encapsulated and in a different package, why does this interfere with that? I think its best if this were in a Lucene top level package... example ...
Acoliver
Feb 7, 2002 at 9:29 pm
Feb 26, 2002 at 6:50 pm -
If you want to parse PDF documents, the best approach would be to use the Adobe IFilter for PDF, which is a COM component. You will need to write a java client, which interacts with that COM ...
Ivaylo Zlatev
Feb 17, 2002 at 3:01 am
Feb 18, 2002 at 8:54 pm -
Here is a patch for IndexReader.isLocked() to support file and string in the same way as IndexReader.indexExists() It is in the body and as an attachment. Rgds CB Index: IndexReader.java ...
Britton, Colin
Feb 8, 2002 at 6:43 pm
Feb 15, 2002 at 6:57 pm -
Hi Erik, Reading the servlet spec again it says that calls such as servletcontext.getRealPath() will *possibly* return null if the content is being served from a war as opposed the physical path on ...
Les Hughes
Feb 12, 2002 at 7:24 pm
Feb 15, 2002 at 11:05 am -
By the way, I was wondering if there is any Analyzer that uses the following constructor public Token(String text, int start, int end, String typ) ? Maybe it could be interesting to build an analyzer ...
Julien Nioche
Feb 13, 2002 at 5:08 pm
Feb 14, 2002 at 5:47 pm -
Hi, Since javacc is not part of the distribution anymore, I'd like to suggest some changes in the configuration files, in order to have things working with no need to copy JavaCC.zip to the lib dir. ...
Daniel Calvo
Feb 11, 2002 at 12:41 am
Feb 12, 2002 at 9:38 pm -
Moving over to lucene-dev... How about we make the Lucene pre-built demo even more self-contained (or have two). I'll contribute my Ant task to build an index, and we can hook it into building an ...
Erik Hatcher
Feb 9, 2002 at 1:28 pm
Feb 9, 2002 at 2:34 pm -
I'm proposing the following changes to Term and Query (just added "implements java.io.Serializable"). The changes work fine and we've tested them in a distributed environment. Any objections? Thanks, ...
Scott Ganyo
Feb 5, 2002 at 5:10 pm
Feb 5, 2002 at 10:16 pm -
jon 02/02/11 11:45:24 Modified: docs contributions.html demo.html demo2.html demo4.html gettingstarted.html powered.html xdocs powered.xml Log: added scarab to the powered by page. ant docs seemed to ...
Jon
Feb 11, 2002 at 7:45 pm
Feb 27, 2002 at 6:49 pm -
Folks, What to do you think about including this class in org.apache.lucene.queryParser? Let me know, and if you approve I can commit it. Thanks, Otis --- Kelvin Tan wrote: ...
Otis Gospodnetic
Feb 15, 2002 at 2:52 am
Feb 22, 2002 at 8:56 pm -
Inspired by the talk on slashdot recently about google using solid state ("ram") disks I wanted to play around w/ Lucene runnning purely out of memory. Could anyone glance at this and verify that ...
Spencer, Dave
Feb 21, 2002 at 9:40 pm
Feb 22, 2002 at 1:43 am -
2
RE: cvs commit: jakarta-lucene/src/java/org/apache/lucene/analysi s/standard StandardAnalyzer.java
I don't think we should do that here. This could break any application which is already using this stop list when it upgrades Lucene, since it will no longer be possible to search for these words. ...Doug Cutting
Feb 21, 2002 at 10:50 pm
Feb 22, 2002 at 1:04 am -
Thanks Erik. Not too sure my question was clear. What I'm trying to do is to create a searchable reference info system (ie bunch of documentation...:-) that is packaged into a warfile, dropped into a ...
Les Hughes
Feb 12, 2002 at 10:33 am
Feb 12, 2002 at 5:28 pm -
Here's a tiny fix for luceneweb. When searching on documents with no title field a null pointer occurs. Unfortunately Tomcat (4.0.2) doesn't report these exceptions as JSP page errors, so they are a ...
Hayes, Mark
Feb 25, 2002 at 1:01 am
Apr 2, 2002 at 5:14 am -
cutting 02/02/14 12:49:30 Modified: . build.properties Log: Updating default version prior to new release. Revision Changes Path 1.19 +1 -1 jakarta-lucene/build.properties Index: build.properties ...
Cutting
Feb 14, 2002 at 8:49 pm
Feb 27, 2002 at 10:20 pm -
Since the benchmark I ran yesterday had seemingly wrong results, and since the code was too complicated, I rewrote it into a simplier, more isolated benchmark. Executive summary is that with ...
Spencer, Dave
Feb 27, 2002 at 6:18 pm
Feb 27, 2002 at 6:59 pm -
cutting 02/02/11 11:37:48 Modified: xdocs powered.xml docs powered.html Log: Updated "powered by" links Revision Changes Path 1.4 +7 -2 jakarta-lucene/xdocs/powered.xml Index: powered.xml ...
Cutting
Feb 11, 2002 at 7:38 pm
Feb 27, 2002 at 5:36 pm -
acoliver 02/02/24 07:58:41 Modified: docs luceneplan.html xdocs luceneplan.xml Log: implemented suggestions by Marc Tucker Revision Changes Path 1.2 +39 -10 jakarta-lucene/docs/luceneplan.html Index: ...
Acoliver
Feb 24, 2002 at 3:58 pm
Feb 24, 2002 at 4:33 pm -
otis 02/02/14 18:55:46 Modified: src/java/org/apache/lucene/queryParser QueryParser.jj Log: - Changed the URL for example query parser test cases. Revision Changes Path 1.13 +1 -1 ...
Otis
Feb 15, 2002 at 2:55 am
Feb 22, 2002 at 9:06 pm -
On the developer list someone recently asked if special query characters should be escapable and I think this problem demonstrates that they should. So if you want to search for the literals [ and ] ...
Shockey, Sam
Feb 20, 2002 at 9:49 pm
Feb 22, 2002 at 10:43 am -
I don't have CVS access and prefer the safety of not having it :) so I don't hose things up but wanted to suggest that a couple of classes/method be slightly changed so that the modifiers go from the ...
Spencer, Dave
Feb 22, 2002 at 2:09 am
Feb 22, 2002 at 10:35 am -
otis 02/02/21 14:01:07 Modified: src/java/org/apache/lucene/analysis/standard StandardAnalyzer.java Log: - 'De-finalized' the class per Doug's suggestion to make it easy to use different lists of ...
Otis
Feb 21, 2002 at 10:01 pm
Feb 22, 2002 at 1:16 am -
Hello, Maybe I'm missing something here, but doesn't this look wrong: abstract public class Analyzer { public TokenStream tokenStream(String fieldName, Reader reader) { // implemented for backward ...
Otis Gospodnetic
Feb 20, 2002 at 5:18 pm
Feb 20, 2002 at 5:34 pm -
Hi Everyone - I have some changes that I'd like to submit to the Lucene project, but I'm not sure how to gain authentication to the cvs repository. The website told me to join the list. Well, how? :) ...
Alan Weissman
Feb 19, 2002 at 6:15 pm
Feb 19, 2002 at 7:10 pm -
(1) The FAQ states the following: "For the record, Lucene's scoring algorithm is, roughly: score_d = sum_t(tf_q * idf_t / norm_q * tf_d * idf_t / norm_d_t * boost_t) * coord_q_d where: score_d : ...
Joshua O'Madadhain
Feb 17, 2002 at 5:05 pm
Feb 19, 2002 at 4:49 pm -
Hey all. Noticing that Scarab had updated to the latest release candidate (1.2-rc4), I went to browse the front page of the Lucene web site. Under the "Lucene News" heading, 1.02 is the only release ...
Daniel Rall
Feb 16, 2002 at 5:51 pm
Feb 16, 2002 at 6:57 pm -
When creating a new empty index: IndexWriter writer = new IndexWriter("myindex", null, true); writer.close(); Both a write.lock and commit.lock is obtained. 1. What is the purpose of this double ...
Mark Tucker
Feb 12, 2002 at 12:01 am
Feb 14, 2002 at 6:24 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=6469 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Feb 14, 2002 at 4:49 pm
Feb 14, 2002 at 4:51 pm -
Peter & Co. Perhaps this should be added to the Contributions section. http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg00416.html Too bad we don't have some kind of contribution ...
Otis Gospodnetic
Feb 13, 2002 at 8:40 pm
Feb 13, 2002 at 11:42 pm -
acoliver 02/02/08 05:12:30 Modified: xdocs demo3.xml Log: oops... I refer to the luceneweb directory when I mean just tomcat webapps Revision Changes Path 1.2 +1 -1 jakarta-lucene/xdocs/demo3.xml ...
Acoliver
Feb 8, 2002 at 1:12 pm
Feb 9, 2002 at 12: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=6315 . ANY REPLY MADE TO THIS MESSAGE ...
Bugzilla
Feb 7, 2002 at 9:01 pm
Feb 8, 2002 at 2:53 am -
This, question must have been discussed several times before, but I could not find the answer I was looking for in the mailing list archive... I was wondering if Lucene writing process was 'fully' ...
Sylvain Puccianti
Feb 6, 2002 at 2:47 am
Feb 6, 2002 at 3:09 am -
The problem is that a call to getField() makes searches an order of magnitude slower. Doing this efficiently is possible, but requires more than what you present. For more information, see: ...
Doug Cutting
Feb 28, 2002 at 4:40 pm
Feb 28, 2002 at 4:40 pm -
Hi all: I don't know if you have the same problem like this: some time you need use score as default sort method, but if you want sort by a field(such as "rank") of document or sort by a field of ...
Che Dong
Feb 28, 2002 at 1:35 pm
Feb 28, 2002 at 1:35 pm
Group Overview
group | dev |
categories | lucene |
discussions | 97 |
posts | 324 |
users | 55 |
website | lucene.apache.org |
55 users for February 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)