Search Discussions
-
Say I wanted to find documents which have no content in "field1" (or dosuments that have no field 'field1'), wouldn't that be the following query? -field1:[* TO *] Thanks for you help Clemens ...
Clemens Wyss DEV
Jan 7, 2015 at 4:15 pm
Jan 8, 2015 at 6:26 am -
Hello all, We have over 3 billion unique terms in our indexes and with Solr 3.x we set the TermIndexInterval to about 8 times its default value in order to index without OOMs. ( ...
Tom Burton-West
Jan 9, 2015 at 9:15 pm
Jan 13, 2015 at 7:20 pm -
Hi all, I have found, much to my dismay, that the documentation on Lucene’s default similarity formula is very dangerously misleading. See it here ...
Danield
Jan 13, 2015 at 7:25 pm
Jan 15, 2015 at 11:00 pm -
It appears that NumericTermAttributeImpl doesn't support cloning. Is this simply an oversight, or is there a reason why this isnt possible? I'm trying to clone a State containing a ...
Shaun Senecal
Jan 8, 2015 at 7:07 pm
Jan 12, 2015 at 1:47 pm -
Hi Guys, So I’m seeing a problem in production that is very bizarre and I wanted to see if anyone else has encountered this issue and/or has a suggestion or fix. Here goes: We create a wrapper around ...
Brian Call
Jan 5, 2015 at 11:34 pm
Jan 6, 2015 at 6:49 pm -
Hi, because we have constant updates on our index, we can't really close the index from time to time. Therefore we decided to trigger forceMerge when the traffic is lowest, the clean up. On our ...
Jürgen Albert
Jan 16, 2015 at 1:59 pm
Jan 19, 2015 at 2:19 pm -
I need a hand with a custom comparator. I have a field filled with words separated by spaces. Some words has numbers inside. I need to extract those numbers and sort the documents by this number. I ...
Victor Podberezski
Jan 17, 2015 at 12:01 am
Jan 18, 2015 at 4:26 am -
Very simple question, on facet Index has 2 documents as follows: Doc1 Indexed facet path: Asia/India Doc2 Indexed facet path: India/Gujarat Now while faceted search facets.getTopChildren() Will it ...
Jigar Shah
Jan 8, 2015 at 11:49 am
Jan 8, 2015 at 2:55 pm -
We have documents that are not always visible (visiblefrom-visibleto). In order to not have to query the originating object of the document whether it is currently visible (after the query), we'd ...
Clemens Wyss DEV
Jan 12, 2015 at 8:40 am
Jan 12, 2015 at 4:14 pm -
Hi, I am trying to implement a custom tokenizer for my application and I have few queries regarding the same. 1. Is there a way to provide an existing analyzer (say EnglishAnanlyzer) the custom ...
Vihari Piratla
Jan 12, 2015 at 7:53 am
Jan 12, 2015 at 8:28 am -
Hello, We are seeing some weird instances of index corruption periodically when using Lucene 2.9.4. There are two specific cases we are seeing. 1) We are using the compound format and have noticed ...
Ian Koelliker
Jan 15, 2015 at 5:11 pm
Jan 15, 2015 at 7:02 pm -
Hi, I am using lucene to index documents that have a multivalued text field named ‘city’. Each document might have multiple values for this field, like la, los angeles etc. Assuming document d1 ...
Rama44ster
Jan 15, 2015 at 9:35 am
Jan 15, 2015 at 2:34 pm -
hello, i am using lucene 4.6. in my query i use a collector to get field values. setNextReader is implemented as below. public void setNextReader(AtomicReaderContext context) throws IOException { ...
Sascha Janz
Jan 14, 2015 at 2:07 pm
Jan 15, 2015 at 2:04 pm -
I wanted to know whats the difference betwen the two ways that I am getting a list of all segment files belonging to a segment? method1 never returns .liv files ...
Varun Thacker
Jan 11, 2015 at 3:51 pm
Jan 11, 2015 at 10:27 pm -
Hi all, I am currently in the process of upgrading a search engine application from Lucene 3.5.0 to version 4.10.3. There have been some substantial API changes in version 4 that break backward ...
Martin Wunderlich
Jan 11, 2015 at 8:18 am
Jan 11, 2015 at 8:26 pm -
Hello, I'm testing Solr 4.10.2 with 4GB allocated to the heap. During the indexing process I get an error message that says it is caused by an "already closed indexwriter" due to an OOM. (See ...
Tom Burton-West
Jan 9, 2015 at 9:05 pm
Jan 10, 2015 at 10:03 am -
Hello, I am trying to use multiple contexts on the org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester but there is a mistake on the CONTEXTS_FIELD_NAME, the BooleanClause.Occur.SHOULD ...
Greg Huber
Jan 9, 2015 at 4:23 pm
Jan 9, 2015 at 5:12 pm -
Hi, I have a lucene index which has close to 480M documents. And I ran around 1000 queries against the index. Each query is a boolean query with 3 different tokens. That is the query has 3 operands ...
Rama44ster
Jan 7, 2015 at 3:56 pm
Jan 7, 2015 at 4:30 pm -
1
Indexing
Hello, i have a question how Lucene indexes? I have sentence and tokenized it at tokens and index save only tokens?Or original sentence too ? When i want to see for example sentence with id 1, it ...Tomas.kalas
Jan 15, 2015 at 8:34 pm
Jan 16, 2015 at 2:08 am -
reduced to: ( ( *:* -visiblefrom:[* TO *] AND -visibleto:[* TO *] ) OR (-visiblefrom:[* TO *] AND visibleto:[<now in ms TO <long max value ]) OR (-visibleto:[ * TO *] AND visiblefrom:[0 TO <now in ms ...
Clemens Wyss DEV
Jan 13, 2015 at 7:08 am
Jan 13, 2015 at 1:03 pm -
Hi folks! I have a multiphrase query, for example, from units: Directory indexStore = newDirectory(); RandomIndexWriter writer = new RandomIndexWriter(random(), indexStore); add("blueberry chocolate ...
Dennis yermakov
Jan 12, 2015 at 1:07 pm
Jan 12, 2015 at 1:58 pm -
Hi, I would like to ask regarding Lucene 5, Do you have any estimation when it will be ready? Another small question, will Lucene 5 use the RoarBitset for faceted search? Thanks, Sincerely, Elad ...
Elad Margalit
Jan 10, 2015 at 9:51 pm
Jan 10, 2015 at 10:48 pm -
Hi, I was wondering if Lucene supports applying a filter to an MLT search? I believe that Solr can do it, but I'm not sure if Lucene can .. A possible use case is "find me the 10 most similar ...
Chrisbamford
Jan 8, 2015 at 1:25 pm
Jan 9, 2015 at 3:03 pm -
Hi, I am doing a scalability analysis for lucene search in my application.I was running my junits with different sets of data which are like 1K,10K,100K and 1000K. I kept my indexes in memory and ...
Sreedevi s
Jan 8, 2015 at 11:06 am
Jan 8, 2015 at 1:15 pm -
i'm struggling with a migration from lucene 2.4 to 2.9 I'm trying to migrate from SortComparatorSource to FieldComparator. I cannot make it works right after a lot of tests. I noted that inside the ...
Victor Podberezski
Jan 15, 2015 at 7:37 pm
Jan 15, 2015 at 7:37 pm -
I'm changing one web application with lucene 2.4.1 to lucene 2.9.4 (basically because this bug: https://issues.apache.org/jira/browse/LUCENE-1304). I'm trying to migrate a custom sort field according ...
Victor Podberezski
Jan 13, 2015 at 2:01 am
Jan 13, 2015 at 2:01 am -
Hello, I have tried to retrieve values stored via StoredField type inside a Collector when its method setNextReader(AtomicReaderContext) was called. I used the following method from FieldCache, but ...
Hasenberger, Josef
Jan 12, 2015 at 9:42 pm
Jan 12, 2015 at 9:42 pm -
Hi all, I'm building an application in which users can add arbitrary documents, and all fields will be added as facets as well. This allows users to browse their documents by their own defined facets ...
Rob Audenaerde
Jan 12, 2015 at 12:40 pm
Jan 12, 2015 at 12:40 pm -
the highlighter's SimpleSpanFragmenter has a bug documented in https://issues.apache.org/jira/browse/LUCENE-2229 that practically makes it unusable with PhraseQuery I can confirm that the bug still ...
Zsolt.szloboda
Jan 11, 2015 at 2:39 pm
Jan 11, 2015 at 2:39 pm -
Hi, I did few searches around incremental updates, but found outdated posts, so just want to ensure I use the correct solution with the latest and greatest of Lucene API's and knowledge from ...
Ankum
Jan 6, 2015 at 12:14 am
Jan 6, 2015 at 12:14 am
Group Overview
group | java-user |
categories | lucene |
discussions | 30 |
posts | 111 |
users | 42 |
website | lucene.apache.org |
42 users for January 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)