Search Discussions
-
Hi all, i'm new to lucene and tried to write my own analyzer to support hyphenated words like wi-fi, jean-pierre, etc. For our customer it is important to find the word - wi-fi by wi, fi, wifi, wi-fi ...
Diego Socaceti
Jul 17, 2015 at 8:42 am
Jul 24, 2015 at 6:43 am -
Hi all. In this test, I wrap a query in a FilteredQuery. Then I do a query which returns one doc and pass that doc ID to get an explanation. The resulting Explanation.isMatch() returns false, which ...
Trejkaz
Jul 14, 2015 at 7:07 am
Jul 16, 2015 at 4:19 pm -
Hi there, We are using lucene 2.9.1 in our product and thinking of upgrading to 5.X. Is it plausible? Is the file format compatible? Is there any guide document that can give tips on how to do it? ...
Shuangyang Yang
Jul 17, 2015 at 3:00 am
Jul 17, 2015 at 7:03 pm -
Hi All, I have a requirement for updating lucene index (add single field for existing docs and modify value of another field). These documents contain many other fields that do not need any ...
chalitha udara Perera
Jul 10, 2015 at 6:09 am
Jul 13, 2015 at 3:32 pm -
Hi, all Currently i'm using lucene. But i don't care the score and weight, i just need the documents meets the query. I tried some way to ignore the score, like rewrite TermQury, disable the ...
丁儒
Jul 29, 2015 at 11:09 am
Jul 31, 2015 at 2:29 am -
Hi, I'm wondering if there is a way to ignore a match in a query? For example, I have two strings 1) "Record type: record" 2) "Record type: cd" I do not want the text "record type" to match, so ...
Fielder, Todd Patrick
Jul 23, 2015 at 4:54 pm
Jul 24, 2015 at 11:21 am -
Hello. I am developing own analyzer based on StandardAnalyzer. I realized that tokenizer.setMaxTokenLength is called many times. *protected TokenStreamComponents createComponents(final String ...
Piotr Idzikowski
Jul 16, 2015 at 8:48 am
Jul 20, 2015 at 6:01 pm -
We have organised our segments in parent-child blocks and wish to periodically delete parent-documents that don't have any children to reclaim space via IndexWriter.deleteDocuments(Query)… Is it ...
Ravikumar Govindarajan
Jul 1, 2015 at 11:28 am
Jul 10, 2015 at 11:43 am -
Hi all. All our existing indices are versions 2 through 3 and we're trying to migrate everything up to 5 (and then later graft additional DocValues in, but that's the next step.) I wrote a tool which ...
Trejkaz
Jul 6, 2015 at 3:35 am
Jul 6, 2015 at 10:32 am -
Can we skip matching lucene document by using custom collector or some other way. Like I want to bring all document created by user xxx on specific date but after we got a match, we want to run some ...
Muhammad Ismail
Jul 28, 2015 at 8:26 am
Jul 29, 2015 at 8:40 am -
Hello Downloaded & imported latest 5.2.1 version, but Index-scoring seems not to work for me: I index two types of documents: - For one, I boost every field with a factor 1 - For the other one, I ...
Markus Hegi - Nagavkar
Jul 1, 2015 at 5:30 pm
Jul 1, 2015 at 10:33 pm -
Hi, Does the Global Ordinal based query time join support joining on multiple indexes? get back from the ScoreDoc[] when searching are incorrect, though the number of results is the same as if I use ...
Alex Pang
Jul 20, 2015 at 10:12 pm
Jul 30, 2015 at 8:38 am -
Hi, I am wondering about the real performance impact of searching across multiple fields instead of using a catch-all field. I know that Lucene is optimized to do that and that there are mechanisms ...
Aurelien Mazoyer
Jul 28, 2015 at 3:05 pm
Jul 28, 2015 at 4:27 pm -
This is what I am going to achieve - running a drill down query with baseQuery = null / MatchAllDocsQuery(), and expecting the index returning all the documents that matches the drill down path(s) ...
Sheng
Jul 24, 2015 at 4:21 pm
Jul 24, 2015 at 8:47 pm -
Hi, We recently had an issue with an index where two sequential aborted but unsuccessfully rolled back commits resulted in empty segments_n files, segments_i13p and segments_i13q in this case. This ...
Geoff Cooney
Jul 17, 2015 at 8:38 pm
Jul 18, 2015 at 11:59 am -
Currently we have two APIs for getting DocValues for a field - 1. DocValues.getSorted(r, "bogus") 2. r.getSortedSetDocValues("bogus"); Both the javadocs clearly state that 1 will return an empty set ...
Varun Thacker
Jul 9, 2015 at 11:05 am
Jul 10, 2015 at 10:05 am -
Hi, I am trying to work around a CORS issue on my app server side by standing up a proxy jsp in order to talk to Solr directly. It's really just a request forwarder at this point in time. The problem ...
Mark Horninger
Jul 30, 2015 at 12:54 pm
Jul 31, 2015 at 4:11 pm -
We are currently planning to upgrade to Java 8, and we are using Lucene 4.6.1 right now. The release notes for Lucene 4.8 state that it is fully compatible with Java 8 ...
Xiaolong Zheng
Jul 23, 2015 at 4:12 pm
Jul 23, 2015 at 4:24 pm -
1
can I ?
Hi I am new to Lucene so- Can I get from search the same documents (i.e. same java object instances) that I used in my add command to the index? Thnx YechielYechiel Feffer
Jul 21, 2015 at 11:10 am
Jul 21, 2015 at 11:54 am -
Hi, I am using solr to update a document and read it back immediately through search. I do softCommit my changes which claims to use lucene's indexReader using indexWritter which was used to write ...
Bhawna Asnani
Jul 21, 2015 at 12:26 am
Jul 21, 2015 at 12:30 am -
Hello, I'm trying to use Lucene 5.2.1 in my project. While trying to invoke the following code Analyzer analyzer = new EnglishAnalyzer(); IndexWriterConfig iwc = new IndexWriterConfig(analyzer) I ...
David Yanay
Jul 12, 2015 at 3:39 pm
Jul 12, 2015 at 3:50 pm -
I know that the reader reads a point in time, and that it won't see any updates unless you re-open the reader 'after' you commit or close the writer. In my case, I will have the IndexWriter in a ...
George Bailey
Jul 8, 2015 at 6:40 pm
Jul 8, 2015 at 6:46 pm -
Hello all, When using Lucene 5.X's group facet collectors (i.e. *AbstractGroupFacetCollector* and the provided concrete implementation, *TermGroupFacetCollector*), I repeatedly encounter OOM errors ...
Adam Rosenwald
Jul 6, 2015 at 11:56 pm
Jul 7, 2015 at 12:25 am -
On lucene-4.6.1, is there a way specify during search that only docs need to be iterated/searched and frequency need to be skipped… I saw DocsEnum.FLAG_NONE meant for this, but could not find out how ...
Ravikumar Govindarajan
Jul 31, 2015 at 12:40 pm
Jul 31, 2015 at 12:40 pm -
this is the first time I come across error like this, label already exists: Facet label: ..., prev ordinal: ... It shows error happened at line 131 of CompactLabelToOrdinal.java Any idea for what ...
Sheng
Jul 30, 2015 at 9:57 pm
Jul 30, 2015 at 9:57 pm -
I've noticed some interesting and unexpected behavior regarding performance of the Facets aggregation in Lucene 4.4 and am wondering if anyone has come across this before and can offer insight to ...
Rose, Stuart J
Jul 26, 2015 at 7:07 pm
Jul 26, 2015 at 7:07 pm -
Hi, I am implementing dynamic faceting as described here - http://www.norconex.com/facets-with-lucene/ and running into trouble for multi value facets. For strings this is not a problem. One can use ...
Hardy Ferentschik
Jul 14, 2015 at 4:20 pm
Jul 14, 2015 at 4:20 pm -
Hi All, Greetings, Just started with Lucene 5.1 a month ago for my research. I have a set of documents indexed with term frequencies option enabled during indexing. For given any two documents, I ...
Nitish Nitish
Jul 12, 2015 at 5:40 am
Jul 12, 2015 at 5:40 am -
Recently I am getting lots of index corruption exception. I am using lucene 4.3. org.apache.lucene.index.CorruptIndexException: codec header mismatch: actual header=592666996 vs expected ...
Jarus
Jul 3, 2015 at 5:22 am
Jul 3, 2015 at 5:22 am
Group Overview
group | java-user |
categories | lucene |
discussions | 29 |
posts | 107 |
users | 43 |
website | lucene.apache.org |
43 users for July 2015
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)