Search Discussions
-
Hi Lucene's PQ implements two methods: put (assumes the PQ has room for the object) and insert (checks whether the object can be inserted etc.). The implementation of insert() requires the ...
Shai Erera
Dec 10, 2007 at 7:12 am
Dec 12, 2007 at 12:29 pm -
I am getting the following exception when running against trunk: java.lang.IllegalArgumentException: at least one term (length 20079) exceeds max term length 16383; these terms were skipped at org ...
Grant Ingersoll
Dec 20, 2007 at 2:42 pm
Jan 1, 2008 at 10:51 am -
Hi, I am having lucene-core-2.2.0.jar in my CLASSPATH. I do NOT see the method setRAMBufferSizeMB method and the field DEFAULT_RAM_BUFFER_SIZE_MB missing from IndexWriter class. I looked into the ...
Cauvery Developer
Dec 1, 2007 at 8:28 am
Jan 12, 2008 at 11:00 pm -
Hi all, we were talking about releasing Lucene 2.3 already some weeks ago, but it seems that the list with issues targeted for 2.3 doesn't get smaller. Currently there are these 7 issues in the list: ...
Michael Busch
Dec 6, 2007 at 2:51 am
Dec 31, 2007 at 7:05 pm -
increase default maxFieldLength? -------------------------------- Key: LUCENE-1084 URL: https://issues.apache.org/jira/browse/LUCENE-1084 Project: Lucene - Java Issue Type: Improvement Components: ...
Daniel Naber (JIRA)
Dec 7, 2007 at 10:37 pm
Feb 7, 2008 at 8:55 pm -
Allow MergePolicy to select non-contiguous merges ------------------------------------------------- Key: LUCENE-1076 URL: https://issues.apache.org/jira/browse/LUCENE-1076 Project: Lucene - Java ...
Michael McCandless (JIRA)
Dec 4, 2007 at 1:09 pm
Jul 28, 2009 at 6:32 pm -
Was wondering if people have seen http://wrg.upf.edu/WRG/dctos/Middleton-Baeza.pdf Has some interesting comparisons. Obviously, the comparison of Lucene indexing is done w/ 1.9 so it probably needs ...
Grant Ingersoll
Dec 7, 2007 at 1:04 pm
Dec 19, 2007 at 1:25 am -
I've got a web-based version of Luke I'm happy to commit to contrib now. This version includes some tidy up for developers working on Luke. Eclipse .project and .classpath files have build path ...
Markharw00d
Dec 9, 2007 at 10:02 pm
Jun 8, 2009 at 1:39 pm -
Big IndexWriter memory leak: when Field.Index.TOKENIZED ------------------------------------------------------- Key: LUCENE-1091 URL: https://issues.apache.org/jira/browse/LUCENE-1091 Project: Lucene ...
Mirza Hadzic (JIRA)
Dec 17, 2007 at 9:42 pm
Dec 18, 2007 at 3:33 pm -
I am running Lucene trunk with Solr and am getting the exception below when I call Solr's optimize. I will see if I can isolate it to a test case, but thought I would throw it out there if anyone ...
Grant Ingersoll
Dec 17, 2007 at 7:02 pm
Feb 7, 2008 at 3:10 pm -
JDiff report of changes between different versions of Lucene ------------------------------------------------------------ Key: LUCENE-1083 URL: https://issues.apache.org/jira/browse/LUCENE-1083 ...
Matt Doar (JIRA)
Dec 6, 2007 at 8:18 pm
Dec 13, 2007 at 11:13 pm -
StopFilter should have option to incr positionIncrement after stop word ----------------------------------------------------------------------- Key: LUCENE-1095 URL: ...
Hoss Man (JIRA)
Dec 18, 2007 at 8:04 pm
Dec 31, 2007 at 8:30 am -
Tokenizers should reset positionIncrement to 1 in their next(Token result) --------------------------------------------------------------------------- Key: LUCENE-1101 URL: ...
Doron Cohen (JIRA)
Dec 26, 2007 at 9:57 pm
Dec 30, 2007 at 7:39 am -
WikipediaTokenizer ------------------ Key: LUCENE-1103 URL: https://issues.apache.org/jira/browse/LUCENE-1103 Project: Lucene - Java Issue Type: Improvement Components: Analysis Reporter: Grant ...
Grant Ingersoll (JIRA)
Dec 28, 2007 at 5:21 pm
Jan 4, 2008 at 8:19 pm -
is the site javadocs link broken or is it just me? Doron
Doron Cohen
Dec 26, 2007 at 11:00 pm
Dec 28, 2007 at 10:53 pm -
[ https://issues.apache.org/jira/browse/LUCENE-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547714 ] Grant Ingersoll commented on LUCENE-1045: ...
Grant Ingersoll (JIRA)
Dec 3, 2007 at 2:08 am
Dec 18, 2007 at 3:16 pm -
Add insertWithOverflow to PriorityQueue --------------------------------------- Key: LUCENE-1089 URL: https://issues.apache.org/jira/browse/LUCENE-1089 Project: Lucene - Java Issue Type: Improvement ...
Shai Erera (JIRA)
Dec 12, 2007 at 11:10 am
Dec 17, 2007 at 6:10 pm -
Working on Lucene-1101 I checked if SinkTokenizer.next(Token) should also call Token.clear(). (It shouldn't, because it ignores the input token.) However I think that calls to next() would end up ...
Doron Cohen
Dec 26, 2007 at 11:21 pm
Dec 28, 2007 at 2:28 pm -
Deletion from index causes ArrayIndexOutOfBoundsException --------------------------------------------------------- Key: LUCENE-1096 URL: https://issues.apache.org/jira/browse/LUCENE-1096 Project: ...
Tushar B (JIRA)
Dec 20, 2007 at 6:23 am
Dec 23, 2007 at 8:59 pm -
IndexReader.lastModified - always return null --------------------------------------------- Key: LUCENE-1082 URL: https://issues.apache.org/jira/browse/LUCENE-1082 Project: Lucene - Java Issue Type: ...
Alan Boo (JIRA)
Dec 6, 2007 at 7:25 am
Dec 7, 2007 at 10:15 am -
Remove the "Experuimental" warnings from search.function package ---------------------------------------------------------------- Key: LUCENE-1081 URL: ...
Doron Cohen (JIRA)
Dec 6, 2007 at 6:58 am
Nov 11, 2009 at 7:24 am -
Hi! Actually FuzzyQuery.rewrite() is pretty expensive so why not introduce a caching decorator? A WeakHashMap with key==IndexReader and value==LRU of BooleanQueries. Timo ...
Timo Nentwig
Dec 11, 2007 at 12:28 pm
Sep 6, 2008 at 6:56 pm -
Workaround in Searcher.java for gcj bug#15411 no longer needed -------------------------------------------------------------- Key: LUCENE-1074 URL: https://issues.apache.org/jira/browse/LUCENE-1074 ...
Paul Elschot (JIRA)
Dec 1, 2007 at 5:19 pm
Aug 19, 2008 at 9:51 pm -
Document is partially indexed on an unhandled exception ------------------------------------------------------- Key: LUCENE-1112 URL: https://issues.apache.org/jira/browse/LUCENE-1112 Project: Lucene ...
Michael McCandless (JIRA)
Dec 31, 2007 at 10:49 am
Jan 3, 2008 at 3:54 pm -
Incorrect behavior in TrecDocMaker ---------------------------------- Key: LUCENE-1086 URL: https://issues.apache.org/jira/browse/LUCENE-1086 Project: Lucene - Java Issue Type: Bug Components: ...
Shai Erera (JIRA)
Dec 10, 2007 at 12:31 pm
Dec 13, 2007 at 9:10 am -
PriorityQueue 'wouldBeInserted' method -------------------------------------- Key: LUCENE-1088 URL: https://issues.apache.org/jira/browse/LUCENE-1088 Project: Lucene - Java Issue Type: New Feature ...
Peter Keegan (JIRA)
Dec 11, 2007 at 7:05 pm
Dec 12, 2007 at 2:11 pm -
Hi Today ScoreDoc is not Comparable. That prevents applications that would like to use it in Comparable data structures (such as priority queues), but still use other Lucene's objects, like TopDocs, ...
Shai Erera
Dec 6, 2007 at 9:53 am
Dec 10, 2007 at 8:45 am -
remove relative paths assumptions from benchmark code ----------------------------------------------------- Key: LUCENE-1090 URL: https://issues.apache.org/jira/browse/LUCENE-1090 Project: Lucene - ...
Doron Cohen (JIRA)
Dec 15, 2007 at 8:40 pm
Jun 10, 2008 at 12:01 pm -
I am indexing a collection of 100,000+ sentences in memory, as part of a client app. I tested the jvm heap consumption and it increases by about 40 megs. I tried indexing on disk (which I can't do in ...
Tgospodinov
Dec 27, 2007 at 2:01 pm
Dec 27, 2007 at 6:46 pm -
For those who don't recall, TeeTokenFilter was added on https://issues.apache.org/jira/browse/LUCENE-1058 to handle what I would consider a somewhat common case whereby two or more fields share a ...
Grant Ingersoll
Dec 17, 2007 at 4:41 am
Dec 20, 2007 at 5:29 pm -
Add unit test showing how to do a "live backup" of an index ----------------------------------------------------------- Key: LUCENE-1073 URL: https://issues.apache.org/jira/browse/LUCENE-1073 ...
Michael McCandless (JIRA)
Dec 1, 2007 at 11:26 am
Dec 4, 2007 at 10:06 pm -
Explain shows incorrect docFreq number when used for documents in different indices searched via MultiSearcher ...
Yasoja Seneviratne (JIRA)
Dec 10, 2007 at 6:56 pm
Aug 25, 2009 at 12:51 pm -
SpanFirstQuery modification to aid term boosting based on position. ------------------------------------------------------------------- Key: LUCENE-1093 URL: ...
Peter Keegan (JIRA)
Dec 18, 2007 at 7:39 pm
Dec 27, 2007 at 10:11 pm -
IndexWriter.close(false) does not actually stop background merge threads ------------------------------------------------------------------------ Key: LUCENE-1097 URL: ...
Michael McCandless (JIRA)
Dec 20, 2007 at 3:03 pm
Dec 22, 2007 at 10:09 am -
[ https://issues.apache.org/jira/browse/LUCENE-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553222 ] Grant Ingersoll commented on LUCENE-150: ...
Grant Ingersoll (JIRA)
Dec 19, 2007 at 3:43 am
Dec 19, 2007 at 1:02 pm -
I have been fiddling w/ some payload token filter helpers, such as the NumericPayloadTokenFilter. I was in the process of adding a TokenOffsetPayloadTokenFilter (what a mouthful) that adds the start ...
Grant Ingersoll
Dec 13, 2007 at 2:50 pm
Dec 15, 2007 at 7:56 am -
Analysis Sinks package ---------------------- Key: LUCENE-1077 URL: https://issues.apache.org/jira/browse/LUCENE-1077 Project: Lucene - Java Issue Type: New Feature Components: Analysis, contrib/* ...
Grant Ingersoll (JIRA)
Dec 4, 2007 at 4:14 pm
Dec 7, 2007 at 12:59 pm -
Cleanup some unused and unnecessary code ---------------------------------------- Key: LUCENE-1078 URL: https://issues.apache.org/jira/browse/LUCENE-1078 Project: Lucene - Java Issue Type: ...
Nathan Beyer (JIRA)
Dec 5, 2007 at 4:38 am
Dec 7, 2007 at 3:51 am -
contrib/Highlighter javadoc example needs to be updated ------------------------------------------------------- Key: LUCENE-1114 URL: https://issues.apache.org/jira/browse/LUCENE-1114 Project: Lucene ...
Grant Ingersoll (JIRA)
Dec 31, 2007 at 8:23 pm
Jan 2, 2008 at 3:33 pm -
Hi everyone, I just have a little doubts with Lucene 2.2.0 I got the web example of Lucene Search, but, it does not have nothing about indexing file example, there is only the Searcher Function ...
Jesiel Trevisan
Dec 28, 2007 at 1:27 pm
Dec 28, 2007 at 7:54 pm -
Hi all, I'm going to implement a way to start a search on Lucene with a user-defined timeout. This is really useful when you have to deal with very strict SLA, and for what I have seen from the ...
Moreno Carullo
Dec 14, 2007 at 7:07 am
Dec 16, 2007 at 10:05 pm -
Hi, I have a question about IndexWriter.close(false) and background merges. I was going to take a look at the code, but I'm sure that Mike knows the answer :-). Let's assume that a long background ...
Michael Busch
Dec 3, 2007 at 7:49 am
Dec 3, 2007 at 5:09 pm -
fix for Document.getBoost() documentation ----------------------------------------- Key: LUCENE-1113 URL: https://issues.apache.org/jira/browse/LUCENE-1113 Project: Lucene - Java Issue Type: Bug ...
Daniel Naber (JIRA)
Dec 31, 2007 at 2:31 pm
Jan 1, 2008 at 9:08 pm -
Hi In order to implement reusableTokenStream and be able to reset a Tokenizer, Tokenizer defines a reset(Reader) method. The problem is that this method is protected. I need to call this ...
Shai Erera
Dec 26, 2007 at 6:29 am
Dec 26, 2007 at 7:40 am -
Hi, all I found KeywordAnalyzer/KeywordTokenizer on trunk has a problem. These have a condition(tokenStreams in Analyzer and done in KeywordTokenizer), but these don't reset the condition. So ...
TAKAHASHI hideaki
Dec 17, 2007 at 6:31 am
Dec 18, 2007 at 9:03 am -
Carrying this excellent question over to java-dev (see below). The idea of "incrementally fixing up the FieldCache" has been discussed before, eg most recently here: ...
Michael McCandless
Dec 10, 2007 at 9:30 am
Dec 14, 2007 at 9:10 am -
Hi, Is there any reason why property searcher is never closed? This is code for the constructor /** * Use the given directory as a spell checker index. The directory * is created if it doesn't exist ...
Sujithq
Dec 6, 2007 at 3:10 pm
Dec 9, 2007 at 4:49 pm -
search.function should support all capabilities of Solr's search.function ------------------------------------------------------------------------- Key: LUCENE-1085 URL: ...
Doron Cohen (JIRA)
Dec 9, 2007 at 12:18 pm
Oct 7, 2009 at 4:30 am -
See http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/320/changes ------------------------------------------ [...truncated 931 lines...] A ...
Hudson
Dec 31, 2007 at 2:59 am
Jan 2, 2008 at 2:36 am -
EnwikiDocMaker id field ----------------------- Key: LUCENE-1102 URL: https://issues.apache.org/jira/browse/LUCENE-1102 Project: Lucene - Java Issue Type: Improvement Components: contrib/benchmark ...
Grant Ingersoll (JIRA)
Dec 28, 2007 at 4:28 pm
Dec 31, 2007 at 1:09 pm
Group Overview
group | dev |
categories | lucene |
discussions | 94 |
posts | 638 |
users | 42 |
website | lucene.apache.org |
42 users for December 2007
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)