Search Discussions
-
Hello, all - I'd like to use Lucene's automaton/FST code to achieve fast fuzzy (OSA edit distance up to 2) search for many (10k+) strings (knowledge base: kb) in many large strings (docs). Approach I ...
Luke Nezda
May 24, 2016 at 12:59 am
May 29, 2016 at 8:27 am -
Hi, I am new to lucene. Anyone please explain how to sort the numeric values by SortedNumericDocValuesField? I tried like this using Lucene 4.10.4: doc.add(new ...
Chitra R
May 26, 2016 at 1:29 pm
May 31, 2016 at 2:31 pm -
Hi Lucene lovers, I have a use-case where I want to *create a lucene based index* of multiple documents and then *want to cache that index*. Can anyone suggest if this is possible ? And which *type ...
Prateek Singhal
May 21, 2016 at 9:26 am
May 22, 2016 at 4:32 pm -
Hi all, I am reading Lucene source code recently and we also use the Elastic Search as our search engine. As far as I know, the elastic search performance is pretty good. The elastic search is based ...
Ting Yao
May 30, 2016 at 10:01 am
Jun 1, 2016 at 3:32 am -
I'm studying the BytesRefHash class, a mapping from bytes to a generated ID for the bytes. In the BytesRefHash class, there are two levels of reference: (1) ids[bytes' hash code] --- count, where ...
Shanghaihyj
May 8, 2016 at 12:45 pm
May 9, 2016 at 8:47 am -
I'm attempting to upgrade my project to Lucene 6.0, and have run into an issue with sorting my results. My documents have a timestamp field that was previously a StoredField with NumericType: Long ...
Jeremy Friesen
May 26, 2016 at 9:54 pm
May 27, 2016 at 7:22 am -
Hi, I am new to lucene. I was following the example, IndexFiles, from the lucene demo package. However, one thing I find surpring is that the write.lock file is left over, even when the ...
Jianbao (Jim) Tao
May 22, 2016 at 5:20 pm
Jun 1, 2016 at 1:04 pm -
I've recently become aware that Lucene allows duplicate field names, which essentially allows multiple values to be associated with a field. A follow-up question is whether the order of the values is ...
Daniel Bigham
May 25, 2016 at 7:58 pm
May 26, 2016 at 12:47 pm -
It makes a call to SlowCompositeReaderWrapper in line 103, which checks if field hasPointValues in line 68. If yes, it throws an exception "cannot wrap points". Does this essentially mean ...
Sheng
May 25, 2016 at 5:11 pm
May 26, 2016 at 12:26 am -
Hello, I have some difficulties to find out in which release some API changes were made and information about how to migrate. For example I was not able to find: 1) when the method ...
Jean-Claude Dauphin
May 23, 2016 at 4:00 pm
May 25, 2016 at 8:25 pm -
Hello, I am storing close to 100 fields in a single document which is being indexed. There are million such documents. Lucene version is 5.5.0 During search, I wish to get only 1 field out of these ...
Ankit Murarka
May 16, 2016 at 12:39 pm
May 17, 2016 at 5:27 am -
I am experimenting with supporting synonyms on the query side by doing query expansion. For example, the query "open webpage" can be expanded if the following things are synonyms: "open" | "go to" ...
Daniel Bigham
May 13, 2016 at 9:33 pm
May 16, 2016 at 12:50 pm -
I'm very interested in SpanNearQuery, because it allows for quite powerful phrasal searching. However, unlike BooleanQuery, there doesn't seem to be any way to have it search multiple fields. I ...
Daniel Bigham
May 12, 2016 at 7:35 pm
May 13, 2016 at 2:19 am -
I am studying Lucene internals. TermsHashPerField is the core to invert a field, which is so complex a class for me to understand. Is there any detailed articles / materials available to explain ...
Shanghaihyj
May 3, 2016 at 3:58 pm
May 5, 2016 at 5:10 pm -
hi, i want to migrate our code from 4.6 to 5.5. We used a FieldCacheRangeFilter but this no longer exists in Version 5. And DocValuesRangeFilter does not exist anymore in 5.5.0 so what could i use? ...
Sascha Janz
May 4, 2016 at 9:00 am
May 4, 2016 at 9:56 am -
I've noticed that the Document.setBoost method appears to have been removed at some point. What should be used now to boost a document? ...
Daniel Bigham
May 27, 2016 at 4:36 pm
May 27, 2016 at 4:41 pm -
Hello, I am using indexes that can be as large as 25 Gb. Indexes are created for a specific time window (for instance it can be weekly based). Once the week is passed they are not written to ...
Vincent Sevel
May 27, 2016 at 8:11 am
May 27, 2016 at 9:00 am -
Hi all, I’ve got an alternative representation in the index for numeric fields, and I need to construct an alternative approach for range queries. I’m sub-classing BooleanQuery (as ultimately that’s ...
Ken Krugler
May 19, 2016 at 8:28 pm
May 25, 2016 at 2:11 pm -
Hi All, I was just checking the query grammer found in the java docs of the query parser : Query ::= ( Clause )* Clause ::= ["+", "-"] [<TERM ":"] ( <TERM | "(" Query ")" ) This is what is available ...
Taher Galal
May 15, 2016 at 10:57 am
May 16, 2016 at 9:36 pm -
Hi, In the past (lucene 4) I have tried to implement a simple Similarity to only count the number of occurrences (term frequencies) into the documents, ignoring norms, doc frequencies, boosts... It ...
Luís Filipe Nassif
May 12, 2016 at 2:41 am
May 12, 2016 at 12:59 pm -
Sometimes during an ongoing search we receive an IndexReaderClosedException & found that it happens when a merge is completed. We are on an older version of lucene (4.6.1). IndexFileDeleter ...
Ravikumar Govindarajan
May 10, 2016 at 6:02 am
May 10, 2016 at 6:22 am -
5 May 2016, Apache Lucene™ 5.5.1 available The Lucene PMC is pleased to announce the release of Apache Lucene 5.5.1 Apache Lucene is a high-performance, full-featured text search engine library ...
Anshum Gupta
May 6, 2016 at 6:46 am
May 6, 2016 at 3:06 pm -
I'd like to use CustomAnalyzer to create an analyzer that is much like the FrenchAnalyzer. In doing that, I'm using StopFilterFactory. But I'm unsure how to point it to use "french_stop.txt". ie ...
Daniel Bigham
May 5, 2016 at 6:02 pm
May 5, 2016 at 7:21 pm -
I have been fighting for some time with trying to fix an issues in the application I am developing and since I am starting to run out of ideas I figured I'd try reaching out for help. I store a ...
Conny Gyllendahl
May 30, 2016 at 12:32 pm
May 30, 2016 at 12:32 pm -
28 May 2016, Apache Lucene™ 6.0.1 available The Lucene PMC is pleased to announce the release of Apache Lucene 6.0.1 Apache Lucene is a high-performance, full-featured text search engine library ...
Steve Rowe
May 28, 2016 at 12:46 pm
May 28, 2016 at 12:46 pm -
Adding lucene user mailing list to it.
Pranaya Behera
May 20, 2016 at 7:17 am
May 20, 2016 at 7:17 am -
-------------------------------------------------------------------------------- 16th International Workshop on Worst-Case Execution Time Analysis WCET 2016 Toulouse, France, 5th July 2016 in ...
Masca
May 19, 2016 at 6:40 pm
May 19, 2016 at 6:40 pm -
<span class="m_body_email_addr" title="1f563529755c3aa60b3ce8e56bbd0d24" [email protected]</span Hi, I'm trying to use code from lucene-core for following use-case in my project. Given a ...
Himanshu
May 18, 2016 at 3:38 am
May 18, 2016 at 3:38 am -
Hello , I have a set of documents , doc1:{world,hello} doc2:{world,test,try} doc3:{try, play,work} doc4:{hello,football,play} I want to query like doc_id:(doc1 doc2 doc4) and want to fetch top ...
Alok Bhandari
May 13, 2016 at 8:37 am
May 13, 2016 at 8:37 am -
When constructing boolean queries, the "parts" can themselves be phrases, and can be parsed as follows: QueryBuilder(analyzer).createPhraseQuery(fieldName, phrase) The above call is handy in that, ...
Daniel Bigham
May 12, 2016 at 8:07 pm
May 12, 2016 at 8:07 pm -
-------------------------------------------------------------------------------- 16th International Workshop on Worst-Case Execution Time Analysis WCET 2016 Toulouse, France, 5th July 2016 in ...
Masca
May 10, 2016 at 1:02 pm
May 10, 2016 at 1:02 pm -
Hi, I am using DirectoryTaxonomyWriter to create facet Indexes. There is 2 process. Process A creates facet indexes in Folder A. Process B creates facet indexes in Folder B. I have a 3rd Process ...
Ankit Murarka
May 5, 2016 at 2:38 pm
May 5, 2016 at 2:38 pm
Group Overview
group | java-user |
categories | lucene |
discussions | 32 |
posts | 96 |
users | 40 |
website | lucene.apache.org |
40 users for May 2016
Archives
- June 2016 (77)
- May 2016 (96)
- April 2016 (116)
- March 2016 (67)
- February 2016 (76)
- January 2016 (78)
- December 2015 (85)
- November 2015 (114)
- October 2015 (95)
- September 2015 (123)
- August 2015 (98)
- July 2015 (107)
- June 2015 (85)
- May 2015 (70)
- April 2015 (103)
- March 2015 (130)
- February 2015 (183)
- January 2015 (111)
- December 2014 (147)
- November 2014 (117)
- October 2014 (118)
- September 2014 (148)
- August 2014 (206)
- July 2014 (161)
- June 2014 (282)
- May 2014 (162)
- April 2014 (152)
- March 2014 (152)
- February 2014 (219)
- January 2014 (147)
- December 2013 (88)
- November 2013 (176)
- October 2013 (220)
- September 2013 (232)
- August 2013 (257)
- July 2013 (320)
- June 2013 (223)
- May 2013 (228)
- April 2013 (233)
- March 2013 (309)
- February 2013 (224)
- January 2013 (425)
- December 2012 (246)
- November 2012 (301)
- October 2012 (200)
- September 2012 (116)
- August 2012 (229)
- July 2012 (302)
- June 2012 (203)
- May 2012 (253)
- April 2012 (172)
- March 2012 (245)
- February 2012 (347)
- January 2012 (302)
- December 2011 (191)
- November 2011 (246)
- October 2011 (251)
- September 2011 (230)
- August 2011 (197)
- July 2011 (254)
- June 2011 (374)
- May 2011 (310)
- April 2011 (310)
- March 2011 (422)
- February 2011 (227)
- January 2011 (365)
- December 2010 (239)
- November 2010 (322)
- October 2010 (295)
- September 2010 (192)
- August 2010 (295)
- July 2010 (296)
- June 2010 (292)
- May 2010 (299)
- April 2010 (359)
- March 2010 (399)
- February 2010 (448)
- January 2010 (467)
- December 2009 (478)
- November 2009 (699)
- October 2009 (609)
- September 2009 (450)
- August 2009 (465)
- July 2009 (582)
- June 2009 (470)
- May 2009 (513)
- April 2009 (609)
- March 2009 (684)
- February 2009 (389)
- January 2009 (356)
- December 2008 (589)
- November 2008 (480)
- October 2008 (508)
- September 2008 (604)
- August 2008 (582)
- July 2008 (522)
- June 2008 (444)
- May 2008 (424)
- April 2008 (453)
- March 2008 (515)
- February 2008 (560)
- January 2008 (619)
- December 2007 (405)
- November 2007 (471)
- October 2007 (392)
- September 2007 (337)
- August 2007 (568)
- July 2007 (584)
- June 2007 (496)
- May 2007 (623)
- April 2007 (542)
- March 2007 (765)
- February 2007 (669)
- January 2007 (602)
- December 2006 (469)
- November 2006 (498)
- October 2006 (598)
- September 2006 (572)
- August 2006 (668)
- July 2006 (692)
- June 2006 (695)
- May 2006 (609)
- April 2006 (497)
- March 2006 (695)
- February 2006 (541)
- January 2006 (544)
- December 2005 (368)
- November 2005 (529)
- October 2005 (565)
- September 2005 (526)
- August 2005 (493)
- July 2005 (409)
- June 2005 (570)
- May 2005 (363)
- April 2005 (464)
- March 2005 (419)
- February 2005 (600)
- January 2005 (636)
- December 2004 (633)
- November 2004 (597)
- October 2004 (460)
- September 2004 (495)
- August 2004 (450)
- July 2004 (552)
- June 2004 (491)
- May 2004 (355)
- April 2004 (362)
- March 2004 (486)
- February 2004 (375)
- January 2004 (285)
- December 2003 (377)
- November 2003 (452)
- October 2003 (217)
- September 2003 (291)
- August 2003 (186)
- July 2003 (226)
- June 2003 (218)
- May 2003 (334)
- April 2003 (256)
- March 2003 (276)
- February 2003 (228)
- January 2003 (190)
- December 2002 (192)
- November 2002 (365)
- October 2002 (280)
- September 2002 (179)
- August 2002 (117)
- July 2002 (203)
- June 2002 (229)
- May 2002 (248)
- April 2002 (282)
- March 2002 (228)
- February 2002 (252)
- January 2002 (134)
- December 2001 (146)
- November 2001 (327)
- October 2001 (177)
- September 2001 (1)