Search Discussions
-
Hi, I have to run query with a lot of boolean should clauses. Queries like these were of course slow so I decided to change query to filter wrapped by ConstantScoreQuery but it also didn't help ...
Pawel Rog
Oct 29, 2014 at 1:44 am
Oct 29, 2014 at 2:38 pm -
Hi Paul, StandardTokenizer implements the Word Boundaries rules in the Unicode Text Segmentation Standard Annex UAX#29 - here’s the relevant section for Unicode 6.1.0, which is the version supported ...
Steve Rowe
Oct 1, 2014 at 5:02 am
Oct 2, 2014 at 2:02 pm -
Hello, I'm looking for an infix suggester that allows infix search for a given term. This might not be that important in English. However in German we have quite complex composite words like ...
Michael Breu
Oct 27, 2014 at 10:34 am
Oct 27, 2014 at 2:09 pm -
hi all, Does lucene support all fields with a term? Can I use "_all" intead "fieldname"? As Lucene's APIs example code: ... // Parse a simple query that searches for "text": QueryParser parser = new ...
Haiwei.xie-soulinfo
Oct 11, 2014 at 3:10 am
Oct 11, 2014 at 10:14 am -
Intermittently while search i am getting this exception on huge index. (FacetsConfig used while indexing and searching is same.) java.lang.ArrayIndexOutOfBoundsException: 252554 06:28:37,954 ERROR ...
Jigar Shah
Oct 7, 2014 at 7:03 am
Oct 15, 2014 at 12:37 pm -
Hello, is there a good way to be notified about new releases of the Lucene-core, other than checking the Lucene homepage every other day and other than subscribing to the java-user mailinglist, from ...
Nils Knappmeier
Oct 6, 2014 at 2:10 pm
Oct 7, 2014 at 8:04 am -
Hi All Actually I have set of 10 doc which i gave for comparison through apache lucene now when i check score for the set ,out of 10 i am getting 8 in my database , rest 2 are not showing . If the ...
Priyanka Tufchi
Oct 27, 2014 at 12:40 pm
Oct 27, 2014 at 5:12 pm -
Is it possible to fetch the terms of a FilterAtomicReader in order to provide suggestions from a subset of all documents in an index? So my target is to "provide suggestions from a subset of all ...
Clemens Wyss DEV
Oct 27, 2014 at 6:34 am
Oct 27, 2014 at 4:19 pm -
Consider a case where we have a token which can be subdivided in several ways. This can happen in German. We'd like to represent this with positionIncrement/positionLength, but it does not seem ...
Benson Margulies
Oct 24, 2014 at 8:43 pm
Oct 24, 2014 at 11:12 pm -
Hi, I have question regarding nested document queries: For example, let’s say that I have the following book: Book _title: Nested document for dummies Chapter1_Title: Introduction Chapter1_Content ...
Aurelien Mazoyer
Oct 20, 2014 at 11:41 am
Oct 21, 2014 at 7:13 am -
Hi, I have got a SOLR instance on my local machine with samples of data. When I run in myhost:8083/solr/#/mycore/query a query: title:taverna it gives me 4 results. When I make a mistake, for ...
Aleksander Sadecki
Oct 16, 2014 at 3:46 pm
Oct 18, 2014 at 5:18 pm -
Hi, I know that Lucene uses a skip-list algorithm to search very fast even if the query needs to calculate intersection between terms within a segment. But what happened if it needs to calculate an ...
Aurelien Mazoyer
Oct 10, 2014 at 9:03 am
Oct 10, 2014 at 11:43 am -
Hi :) I wrote a custom token filter which removes special characters. Sometimes, all characters of the token are removed so the filter procudes an empty token. I would like to remove this token from ...
G.Long
Oct 9, 2014 at 2:54 pm
Oct 10, 2014 at 9:08 am -
How to write an own Analyzer in Lucene <= 4.9.1? Here my code, somehow the method tokenStream is not final and cannot be extended any more. How is one supposed to extend it? --- code --- class ...
Ralf Bierig
Oct 28, 2014 at 2:08 pm
Oct 28, 2014 at 4:24 pm -
Hi everyone, I'm trying to understand how to use the Lucene query language. 1. Does Lucene support negative phrase queries like -"hello dolly" ? Or do I need to subtract from some other term like ...
Prad Nelluru
Oct 28, 2014 at 12:58 am
Oct 28, 2014 at 4:22 pm -
Hi! I have a field in an index for which I want to have a "free text suggestion". The field is analyzed, storend and term vector the field. I tried to use two approaches to get the suggestions from ...
Andi rexha
Oct 13, 2014 at 9:08 am
Oct 13, 2014 at 2:52 pm -
Hi, currently I migrate to Lucene 4. In the past, I did a trick to get the index specific terms for an according (wildcard) query (see below). But it don't works anymore: String queryString = "n*" ...
Christian Reuschling
Oct 6, 2014 at 4:06 pm
Oct 7, 2014 at 10:19 am -
Is there some way when faceted search is executed, we can retrieve the possible min/max values of numeric doc-values field with supplied custom ranges in (LongRangeFacetCounts) or some other way to ...
Jigar Shah
Oct 9, 2014 at 6:25 am
Oct 9, 2014 at 9:31 pm -
I'm using lucene for a full text search on a online store. I've build a indexer program which creates a lucene and a taxonomy index. The taxonomy index contains facets with categories and article ...
Wesli
Oct 6, 2014 at 9:43 pm
Oct 9, 2014 at 6:25 pm -
Hello, "*NOTE*: this configuration is not saved into the index, but it's vital, and up to the application to ensure, that at search time the provided FacetsConfig matches what was used during ...
Jigar Shah
Oct 5, 2014 at 3:50 pm
Oct 5, 2014 at 4:59 pm -
Hi everyone In the following piece of code, Query test1 returns result, while Query test2 does not return result!! Obviously “Toronto” is appearing in the doc. Can any one tell me what’s wrong? ...
Xu Chu
Oct 3, 2014 at 3:58 am
Oct 3, 2014 at 7:56 am -
Hi everyone, I have a Lucene Spatial code where I query (bounding box) the given data. Does Lucene have a primary and a secondary filter (like MS SQL or PostGIS) (where the primary filter returns the ...
Parth_n
Oct 2, 2014 at 4:47 pm
Oct 2, 2014 at 11:32 pm -
Hi everyone, I am using a Lucene application from a JAVA IDE. I have this following scenario: I run my java application (set of spatial queries) to get the execution time and results for the ...
Parth_n
Oct 2, 2014 at 4:37 pm
Oct 2, 2014 at 7:42 pm -
I was helping to look into this with Nick & I think we may have figured out the core of the problem... The problem is easily reproducible by starting replication on the slave and then sending a ...
Phil Black-Knight
Oct 1, 2014 at 7:50 pm
Oct 2, 2014 at 1:19 pm -
Hi everyone, I have a question regarding the quadtree implementation of the spatial module of Lucene. Does the quadtree implementation (QuadPrefixTree) explicitly build a tree structure and store ...
Parth_n
Oct 1, 2014 at 6:18 am
Oct 1, 2014 at 5:20 pm -
I want to index documents together with a list of tags (usually between 10-30) that represent meta information about this document. Normally, i would create an extra field "tag" store every tag, by ...
Ralf Bierig
Oct 27, 2014 at 1:40 pm
Oct 27, 2014 at 1:40 pm -
Hi Team, I am a new user of Lucene 4.8.1. I encountered a Lucene indexing performance issue which slow down my application greatly. I tried several ways from google searchs but still couldn't resolve ...
Jason Wu
Oct 22, 2014 at 4:15 pm
Oct 22, 2014 at 4:15 pm -
Hello Lucene commiters, I saw one inconcistent version usage lucene-facet-4.10.1.jar. lucene-facet-4.10.1.jar uses deprecated 'Version.LUCENE_4_10_0" in class 'DirectoryTaxonomyWriter' ...
Jigar Shah
Oct 15, 2014 at 3:54 pm
Oct 15, 2014 at 3:54 pm -
The facets translation should be done at the application level. So if you index the dimension A w/ two facets A/A1 and A/A2, where A1 should also be translated to B1 and A2 translated to B2, there ...
Shai Erera
Oct 9, 2014 at 6:37 pm
Oct 9, 2014 at 6:37 pm -
Hi all, I have a special use case to implement, and I couldn't achieve it with a a solution combining expected behavior and performance. My goal is to identify specific terms inside the user query, ...
Mikael Sola
Oct 6, 2014 at 10:30 am
Oct 6, 2014 at 10:30 am -
: After a few days (probably on friday?) i'll file an infra request to replace : all current moderators with the new list of volunteers. Thanks to all our volunteers, watch this jira to know when the ...
Chris Hostetter
Oct 3, 2014 at 10:04 pm
Oct 3, 2014 at 10:04 pm -
Hello, We are using lucene 3.6.0. We ran optimize on a large collection (250 GB before optimization), during which we ran out of disk space. After adding more disk space, we re-ran the optimization, ...
Shlomit Rosen
Oct 3, 2014 at 6:53 pm
Oct 3, 2014 at 6:53 pm -
Just got this error for the first time WARNING: Could not load release index, index is corrupted: Format version is not supported (resource ...
Paul Taylor
Oct 3, 2014 at 9:54 am
Oct 3, 2014 at 9:54 am -
Hi all, I am using the following simple code, which led to NoClassDefFoundError for EarlyTerminatingSortingCollector. Any one can help? Thanks. RAMDirectory index_dir = new RAMDirectory(); Analyzer ...
Cheng
Oct 2, 2014 at 8:33 pm
Oct 2, 2014 at 8:33 pm -
I added a new codec that just uses FilterCodec and Lucene42Codec, and overrides so that I get a MemoryPostingsFormat for a field called primary_key as follows: package com.myCompany.search; import ...
Mmastroianni
Oct 2, 2014 at 4:14 pm
Oct 2, 2014 at 4:14 pm
Group Overview
group | java-user |
categories | lucene |
discussions | 39 |
posts | 118 |
users | 51 |
website | lucene.apache.org |
51 users for October 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)