Search Discussions
-
We were experimenting with SortingMergePolicy and came across an alternate solution to TimSort of postings-list using FBS & GrowableWriter. I have attached relevant code-snippet. It would be nice if ...
Ravikumar Govindarajan
Apr 14, 2015 at 12:08 pm
May 6, 2015 at 9:44 pm -
Hi I would like to create a text dependent analyzer. That is, *given a string*, the analyzer will: 1. Read the entire text and break it into sentences. 2. Each sentence will then be tokenized, ...
Shay Hummel
Apr 14, 2015 at 5:12 pm
Apr 20, 2015 at 2:31 pm -
Hi I need help porting my lucene code from 4 to 5. In particular, I need to customize a collector (to collect all doc Ids in the index - which can be guidelines how to do this in lucene 5, specially ...
Robust Links
Apr 29, 2015 at 2:42 pm
Apr 30, 2015 at 1:45 pm -
From time to time I make use of luke to inspect lucene indexes. I appreciate this tool very much. Will there be a version of Luke for Lucene 5.x? Or is there one already? Thx Clemens
Clemens Wyss DEV
Apr 24, 2015 at 6:11 am
Apr 29, 2015 at 1:51 pm -
Let me explain the usage scenario: I have an application with frequent doucment updates and it uses NRT reader. I also have a background thread which calls commit on the IndexWriter on a regular ...
Anand Bhagwat
Apr 27, 2015 at 11:16 am
Apr 28, 2015 at 3:52 am -
Hi, I'm upgrading to lucene 5.1.0 from lucene 4. In our index we have documents in different languages which are analyzed with the correct analyzer. We used the method addDocument of IndexWriter ...
Lisa Ziri
Apr 19, 2015 at 10:37 am
Apr 21, 2015 at 1:30 pm -
Hi all, As I can see the Multireader is reading the multiple indices sequentially (correct me if I am wrong). So using a IndexSearcher on a multireader will also perform sequential searches right? Is ...
Gimantha Bandara
Apr 7, 2015 at 12:11 pm
Apr 7, 2015 at 2:51 pm -
Hi. I am studying Lucene performance and in particular how it benefits from faster I/O such as SSD and NVMe. I am using nightlybench for indexing wiki (1K docs) with similar parameters as used in ...
Anahita Shayesteh-SSI
Apr 30, 2015 at 6:26 pm
May 1, 2015 at 1:48 pm -
Hi I have simple index with 2 fields i.e. title and body. When i perform a simple search query like bring document which have particular text like lazy or dog or brown in either title or body but I ...
Muhammad Ismail
Apr 29, 2015 at 7:02 pm
Apr 30, 2015 at 1:34 pm -
Hi all, I have documents which have some facetfields. If I tried to update a document where the facet values are same in both facet fields i am getting the following error. Note I am using ...
Gimantha Bandara
Apr 24, 2015 at 4:44 pm
Apr 27, 2015 at 6:59 am -
Hello, I would like to generate my own tokenizer which is slightly modify the StandardTokenizerImpl*.jflex. But I read the READ_BEFORE_GENERATING.txt. Currently, the jflex version is 1.6.1. but the ...
Youngho Cho
Apr 25, 2015 at 2:40 am
Apr 25, 2015 at 11:37 am -
Hello, I'm in a situation where a search query string is being submitted simultaneously to Lucene, and to an external API. Results are fetched from both sources. I already have a score available for ...
Ali Akhtar
Apr 7, 2015 at 5:33 am
Apr 11, 2015 at 2:59 pm -
I am new to Lucene and curious to know the data structures/algorithms used behind the scene. Is there any documentation where I can find this? Thanks, Prateek
Prateek Asthana
Apr 7, 2015 at 6:03 pm
Apr 8, 2015 at 2:24 am -
hi, I am second year undergraduate of University of Moratuwa,SriLanka.My second year project I am doing Question answering system(Knowledge base).In this project i have to suggest similar question ...
Hesh jay
Apr 1, 2015 at 3:24 am
Apr 2, 2015 at 2:57 pm -
Hi David, ouch - no, missed that. I'm indexing points and polygons with the RecursivePrefixTreeStrategy right now, so simply didn't look properly at the BBoxStrategy. (I need to use exact polygons, ...
Simon Rainer
Apr 1, 2015 at 7:36 pm
Apr 2, 2015 at 6:08 am -
i am getting below exception while using apache lucene in web service with tomcat ,axis 2 .This exception is not coming in standalone application. Java.lang.IllegalArgumentException: A SPI class of ...
Rajendra Rao
Apr 30, 2015 at 1:53 pm
Apr 30, 2015 at 2:02 pm -
Hi, I have a large text and from that I need to calculated the top frequencies of words , say 'Driving' occurs the most. Now , I need to find phrase containing 'Driving' in the given text and the ...
Shashidhar Rao
Apr 23, 2015 at 5:33 pm
Apr 23, 2015 at 7:54 pm -
Hi, Can we use Lucene API to store and search data in Accumulo?can we have a system, which is combination of the capabilities of both Accumulo and Lucene so that data can be searched by lucene API ...
Madhvi
Apr 9, 2015 at 10:34 am
Apr 9, 2015 at 11:22 am -
Hi, We are using Lucene indirectly via ElasticSearch. We would like to use RE2 syntax for running regex queries against Lucene. We are already using RE2 syntax for other parts of our system, so not ...
Code fx9
Apr 5, 2015 at 9:08 pm
Apr 6, 2015 at 1:10 am -
Hi, I'm trying to implement sorting by 'best fit' in Lucene spatial. I.e. I want to query my index for documents that intersect a query rectangle, and get my results sorted by the amount overlap ...
Simon Rainer
Apr 1, 2015 at 5:53 pm
Apr 1, 2015 at 6:47 pm -
(cross posted, please confine any replies to general@lucene) A quick reminder and/or heads up for htose who haven't heard yet: this year's Lucene/Solr Revolution is happeing in Austin Texas in ...
Chris Hostetter
Apr 30, 2015 at 8:46 pm
Apr 30, 2015 at 8:46 pm -
Hello, I'm not sure if this is the correct approach, so please let me know if there is a better way to accomplish the following task I am attempting to search an entire database for a keyword. To do ...
Fielder, Todd Patrick
Apr 30, 2015 at 6:49 pm
Apr 30, 2015 at 6:49 pm -
Hi all, I am using Lucene and would like to interface to the TREC_EVAL tool so that, by generating my search results in the TREC_EVAL format. I can use the tool to calculate evaluation measures. I ...
Ralf Bierig
Apr 29, 2015 at 12:33 pm
Apr 29, 2015 at 12:33 pm -
Hi, I am now looking into BlockJoinQuery where I can join two indices and execute search queries. My concern is this... Is it possible to perform "AND" and "OR" operations between two seperate ...
Gimantha Bandara
Apr 24, 2015 at 7:25 am
Apr 24, 2015 at 7:25 am -
Hello All, We are using lucene 2.9.3, a pretty old engine. The index might have duplicates objects and what we are looking at is to get distinct results from the index itself and avoid any filtering ...
Karnawat, Mahesh
Apr 23, 2015 at 12:06 pm
Apr 23, 2015 at 12:06 pm -
hi, I'm using facets with Lucene 5.0 using a WildcardQuery to narrow down my results. The TopDocs collected by FacetsCollector.search are indeed limited by both my query and my filter. But when it ...
Samt & sonders
Apr 16, 2015 at 9:56 am
Apr 16, 2015 at 9:56 am -
In the documentation for FieldMaskingSpanQuery, it says: "Note: as getField() returns the masked field, scoring will be done using the Similarity and collection statistics of the field name supplied, ...
Stephen Wu
Apr 15, 2015 at 1:05 pm
Apr 15, 2015 at 1:05 pm -
14 April 2015 - The Lucene PMC is pleased to announce the release of Apache Lucene 5.1.0 The release is available for immediate download at: http://www.apache.org/dyn/closer.cgi/lucene/java/5.1.0 ...
Timothy Potter
Apr 14, 2015 at 5:42 pm
Apr 14, 2015 at 5:42 pm -
Hi Why did you add this note in SpanPayloadCheckQuery "Do not use this with an SpanQuery that contains a SpanNearQuery ...
Shay Hummel
Apr 14, 2015 at 5:25 pm
Apr 14, 2015 at 5:25 pm -
I am implementing a language modelling (type) similarity function, and am using the LMDirichletSimilarity class (and its helper classes) as a template. However, it seems the ...
Ronan Cummins
Apr 11, 2015 at 12:29 pm
Apr 11, 2015 at 12:29 pm -
Hi, I am considering overriding FilteredQuery- RandomAccessFilterStrategy.useRandomAccess() to always return true but am unsure of the performance implications. Does anyone know if there are any ...
Chrisbamford
Apr 10, 2015 at 11:13 am
Apr 10, 2015 at 11:13 am -
Hi, I'm using DateRangePrefixTree and NumberRangePrefixTreeStrategy to show "time histograms" for my search results. This works perfectly. But is there a way to configure the way the levels are ...
Simon Rainer
Apr 9, 2015 at 8:03 am
Apr 9, 2015 at 8:03 am -
I'm trying to use getBestFragments to concatenate the most relevant segments of a document, but it only returns one. I must be doing something wrong here. Here is the the code: private static void ...
Garejoor
Apr 8, 2015 at 7:58 pm
Apr 8, 2015 at 7:58 pm -
Hi I have created a sample index with 2 fields i.e. [title & body] I have saved payload information (float value) with title field. Now I am trying to print payload value for each term in title ...
Muhammad Ismail
Apr 7, 2015 at 6:55 pm
Apr 7, 2015 at 6:55 pm -
Hi all, I'm new to Lucene and having a problem with a particular search query. I'm using Lucene 4.10.3 with the StandardAnalyzer and the AnalyzingInfixSuggester. I've got a list of names that I'm ...
Ryan
Apr 4, 2015 at 3:40 am
Apr 4, 2015 at 3:40 am -
Hi, I'm looking for some insight into what conditions cause QueryNodeException and what one typically does about it? Since it's a checked exception, it implies that you are supposed to handle it ...
Larry White
Apr 1, 2015 at 10:15 pm
Apr 1, 2015 at 10:15 pm
Group Overview
group | java-user |
categories | lucene |
discussions | 36 |
posts | 103 |
users | 52 |
website | lucene.apache.org |
52 users for April 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)