Search Discussions
-
Hello, My lucene Index is built and stored in a zip file (uncompressed) which is used as a read-only Directory. 1) At lucene indexing time, is it possible to rewrite the index so that some fields are ...
Olivier Binda
Apr 29, 2014 at 6:13 am
May 11, 2014 at 10:46 am -
Hi all, I'm looking for a way to use multi-values in a filter. I want to be able to search on sum(field)=100, where field has values in one documents: field=60 field=40 In this case 'field' is a ...
Rob Audenaerde
Apr 23, 2014 at 10:57 am
Apr 29, 2014 at 7:44 am -
Hello, I've written several times now on the list with this question / problem and no one has yet replied so I don't know if the question is too wrong-headed or if there is simply no one reading the ...
Chris Tomlinson
Apr 23, 2014 at 4:36 pm
Apr 28, 2014 at 10:02 pm -
I wanted to use the NoMergePolicy.NO_COMPOUND_FILES to ensure that no merges take place on the index. However I was unsuccessful at it. What I am doing wrong here. Attaching a gist with - 1. Output ...
Varun Thacker
Apr 29, 2014 at 12:04 pm
Apr 29, 2014 at 1:43 pm -
Hello everyone, I recently wondered, why lucene's default conjunction operator is "OR". Is there a historical reason for that? By the way, Google and other search engines seem to use "AND". Please ...
Min-Uk Kim
Apr 16, 2014 at 4:32 pm
Apr 17, 2014 at 11:41 am -
Hi all, I am trying out the (highly useful) index replicator module (with the HttpReplicator) and have stumbled upon a question: It seems, the IndexReplicationHandler is working directly on the index ...
Christoph Kaser
Apr 8, 2014 at 7:42 am
Apr 16, 2014 at 2:15 pm -
I am pretty new with Lucene, however I have not problem understanding what is about. My big problem is trying to understand how Kuromoji works. I need to implement a search functinality thats ...
J7a42e4fd7qux
Apr 6, 2014 at 3:21 am
Apr 6, 2014 at 3:20 pm -
I have heard here that stored fields don't work well with OS file caching. Could someone elaborate on why that is? I am using Lucene 4.6 and we do use stored fields but not doc values; it appears ...
Vitaly Funstein
Apr 4, 2014 at 7:44 pm
Apr 5, 2014 at 4:36 pm -
Hello, i am a new user of lucene i need some help with lucene i have a text file of 300 mb(some times it can be more) which contains data representing a metadata of an Automotive product assembly ...
Kumagirish
Apr 15, 2014 at 3:15 am
Apr 16, 2014 at 11:40 am -
https://lucene.apache.org/core/4_6_0/demo/overview-summary.html https://lucene.apache.org/core/4_6_0/demo/src-html/org/apache/lucene/demo/IndexFiles.html Hello, We are using lucene 4.6.0 and storing ...
Jason Wee
Apr 14, 2014 at 12:29 pm
May 2, 2014 at 7:25 pm -
Hi All, i am trying to add Termfilter and DistanceFilter in BooleanFilter using FilterClause. But i am getting the below mentioned error. Please check my code and guide me. *Code:* *ErrorTrace:* ...
Kumaran
Apr 10, 2014 at 4:35 pm
Apr 11, 2014 at 2:42 pm -
Hello again, A little background of our experiment. We are storing lucene (version 4.6.0) on top of cassandra. We are using the demo IndexFiles.java from the lucene with minor modification such that ...
Jason Wee
Apr 4, 2014 at 6:53 am
Apr 10, 2014 at 5:10 am -
Dávid Nemeskey
Apr 4, 2014 at 10:16 am
Apr 7, 2014 at 10:38 am -
Hello, I am very confused about what ShingleFilter seems to be doing in Lucene 4.6. What I would like to do is extract all possible bigrams from a sentence. So if the sentence is "This is a dog", I ...
Natalia Connolly
Apr 2, 2014 at 5:43 pm
Apr 2, 2014 at 7:25 pm -
Hi. I am trying to run the demo as specified in the directions here. http://lucene.apache.org/core/4_7_2/demo/overview-summary.html#overview_description It says I need to create 4 jars. I was hoping ...
Joe Cabrera
Apr 22, 2014 at 4:30 pm
Apr 22, 2014 at 7:16 pm -
Hello, I have found useful functionality in BooleanQuery which allows me to specify a minimum number of matching optional terms (i.e. setMinimumNumberShouldMatch). I do not, however, see similar ...
David Stimpert
Apr 16, 2014 at 8:54 pm
Apr 17, 2014 at 3:23 pm -
Hi, Not sure if this is user error or a bug. AnalyzingInfixSuggester.build() appears to be deleting the stored fields in my index. Please see the attached unit test. test1: creates an index test2 ...
Neil Bacon
Apr 16, 2014 at 12:42 am
Apr 16, 2014 at 9:57 am -
Hi list Normally when I search with multiple terms using a BooleanQuery the calculated weights of each term are added/summed together to give a document the final score. Lets say thats fine for most ...
Rune Stilling
Apr 11, 2014 at 2:42 pm
Apr 12, 2014 at 7:00 pm -
Hi all, I have a issue using the near real-time search in the taxonomy. I could really use some advise on how to debug/proceed this issue. The issue is as follows: I index 100k documents, with about ...
Rob Audenaerde
Apr 11, 2014 at 11:49 am
Apr 12, 2014 at 2:16 pm -
Hi, I was investigating some performance issues and during profiling I noticed that there is a significant amount of time being spent decompressing fields which are unrelated to the actual field I'm ...
Alex Parvulescu
Apr 9, 2014 at 7:17 pm
Apr 10, 2014 at 9:20 am -
HI Group - Is there anyone who has tried or researched on manual sharding and replication with Lucene? We are also evaluating ES, but trying to see if we can enhance our existing framework to do ...
Umashanker, Srividhya
Apr 8, 2014 at 2:10 pm
Apr 8, 2014 at 3:20 pm -
Hello all, I need to implement 2 features in my application: 1. "Proximity for words and phrases within the same sentence" 2. "Proximity for words and phrases within the same paragraph" Doing some ...
Jigar Shah
Apr 7, 2014 at 8:05 am
Apr 7, 2014 at 6:09 pm -
Dear all, Why there is no Ranking function based on Probabilistic Retrieval Framework<http://en.wikipedia.org/wiki/Probabilistic_relevance_model (ex.Okapi BM25) in Lucene. Actually there is third ...
Prakash Dubey
Apr 3, 2014 at 11:30 am
Apr 3, 2014 at 4:24 pm -
Dear all, I'm experiencing troubles with SpanTermQuery.getSpans(AtomicReaderContext context, Bits acceptDocs, Map<Term,TermContext termContexts) method in version 4.6. I want to use it to retrieve ...
Martin Líška
Apr 1, 2014 at 9:54 pm
Apr 2, 2014 at 9:06 pm -
Hi all, I'm looking a solution for a multi-word suggester. Reading Changing Bits, Mike McCandless's Blog, I saw some solutions that seem working for a restricted number of input. I'm searching a ...
Massimo Ferrario
Apr 1, 2014 at 2:29 pm
Apr 1, 2014 at 4:34 pm -
Group, We are creating indexes (say 3) with different writer config details (merge policy, codec & other config details vary for those 3 indexes), add some documents & close all of them during ...
Ramprakash Ramamoorthy
Apr 22, 2014 at 5:48 am
Apr 22, 2014 at 2:40 pm -
Hi; I could not get an answer for my question at Solr list and I wanted to ask it here because I think that it is more Lucene specific question. I have indexed my documents and there is a special ...
Furkan KAMACI
Apr 8, 2014 at 1:41 pm
Apr 12, 2014 at 10:10 pm -
Hello, My userID is KeithMericle. I would like to be added to the ContributorsGroup so that I can edit a link on our company listing on the Lucene Support page. Regards, Keith
Keith Mericle
Apr 10, 2014 at 5:38 pm
Apr 10, 2014 at 5:50 pm -
I am trying to solve the following search problem. Say we have 10 different documents d1..d10 Each document contains a type of data say, d1 - list of movie names, d2 - list of actor names, d3 - list ...
Vishnu
Apr 30, 2014 at 4:39 am
Apr 30, 2014 at 4:39 am -
Hi, I am trying to retrieve Terms for a given set of documents (int array or Bitset), which is the result of a query. // Index creation // Query with an IndexSearcher IndexSearcher searcher = new ...
Iut483
Apr 29, 2014 at 11:41 am
Apr 29, 2014 at 11:41 am -
Hello, I have two separate indexes with similar fields. To search them at once I created a IndexSearcher on top of a MultiReader initialized by two readers of these two indexes. And it works well ...
Alice Wong
Apr 29, 2014 at 5:38 am
Apr 29, 2014 at 5:38 am -
28 April 2014, Apache Lucene™ 4.8.0 available The Lucene PMC is pleased to announce the release of Apache Lucene 4.8.0 Apache Lucene is a high-performance, full-featured text search engine library ...
Uwe Schindler
Apr 28, 2014 at 4:56 pm
Apr 28, 2014 at 4:56 pm -
Hello, We have a technical issue with our usage of lucene that let us puzzle about the possible source. To specified the issue, we have an application with good time of response on search but after a ...
Yannick Gérault
Apr 24, 2014 at 3:07 pm
Apr 24, 2014 at 3:07 pm -
I am trying to debug an issue we are seeing with various deployments of solr with lucene 4.6 We are seeing many errors like: ERROR: could not read any segments file in directory ...
Ryan McKinley
Apr 23, 2014 at 4:57 pm
Apr 23, 2014 at 4:57 pm -
I've been working on getting AnalyzingInfixSuggester to make suggestions using tokens drawn from multiple fields. I've done this by copying tokens from each of those fields into a destination field, ...
Michael Sokolov
Apr 18, 2014 at 2:51 pm
Apr 18, 2014 at 2:51 pm -
To support your mission and staffing efforts, Nonprofit People & Systems has arranged a special coupon code which will allow you to post UNLIMITED jobs at www.nonprofitJOBMARKET.org all year long for ...
Nonprofits
Apr 16, 2014 at 8:54 pm
Apr 16, 2014 at 8:54 pm -
Hello, I have followed instructions to build lucen 4.7.1 using maven build, in order to get osgfied version of lucene, but I cannot use some bundles like misc because of packages export conflicts ...
Arnaud Mergey
Apr 15, 2014 at 7:17 pm
Apr 15, 2014 at 7:17 pm -
Hello, We're using the Lucene 4.4 embedded in eXist-db (exist-db.org), and as the subject indicates we want to ignore stop word gaps in queries - without the user having to indicate where such gaps ...
Chris Tomlinson
Apr 15, 2014 at 1:06 pm
Apr 15, 2014 at 1:06 pm -
April 2014, Apache Lucene™ 4.7.2 available The Lucene PMC is pleased to announce the release of Apache Lucene 4.7.2 Apache Lucene is a high-performance, full-featured text search engine library ...
Robert Muir
Apr 15, 2014 at 7:00 am
Apr 15, 2014 at 7:00 am -
Does Lucene have support for queries that operate on fields that match a specific name pattern? Let's say that I am modeling an indexed field that can have a collection of values, but don't want the ...
Vitaly Funstein
Apr 15, 2014 at 3:23 am
Apr 15, 2014 at 3:23 am -
Am using lucene 3.0.3. i have two filters (BooleanFilter and DistanceFilter).what is the best way to do logical operations between these two filters? BooleanFilter: ( OR,AND filters using ...
Kumaran
Apr 10, 2014 at 4:34 pm
Apr 10, 2014 at 4:34 pm -
i dont understand how sort by distance has been achieved using below mentioned code. Please explain me...how lucene handles sortfield if sortfield is ""? DistanceQueryBuilder queryBuilder = new ...
Kumaran
Apr 10, 2014 at 4:33 pm
Apr 10, 2014 at 4:33 pm -
Hello, We're using the Lucene 4.4 embedded in eXist-db (exist-db.org), and as the subject indicates we want to ignore stop word gaps in queries - without the user having to indicate where such gaps ...
Chris Tomlinson
Apr 10, 2014 at 2:26 pm
Apr 10, 2014 at 2:26 pm -
Hi, I indexed few documents under a core of Solr 4.6.1 instance deployed on Tomcat and copied the same index to other Solr instance with a core having same configurations. Before copying the index, ...
Modassar Ather
Apr 10, 2014 at 9:12 am
Apr 10, 2014 at 9:12 am -
I have an idea for something I'm calling grouped scoring, and I want to know if anybody has already done anything like this. The idea comes from the problem that in your search results you'd like to ...
Michael Sokolov
Apr 7, 2014 at 5:50 pm
Apr 7, 2014 at 5:50 pm -
April 2014, Apache Lucene™ 4.7.1 available The Lucene PMC is pleased to announce the release of Apache Lucene 4.7.1 Apache Lucene is a high-performance, full-featured text search engine library ...
Steve Rowe
Apr 2, 2014 at 3:02 pm
Apr 2, 2014 at 3:02 pm
Group Overview
group | java-user |
categories | lucene |
discussions | 46 |
posts | 152 |
users | 62 |
website | lucene.apache.org |
62 users for April 2014
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)