Search Discussions
-
Hello everyone. We have ~10 indexes for 500M documents, each document has «archive date», and «to» address, one of our task is calculate statistics of «to» for last year. Right now we are using ...
Valentin Popov
Nov 12, 2015 at 4:39 pm
Nov 15, 2015 at 9:42 pm -
Hi all, I'm still debugging the growing-index size. I think closing index readers might help (work in progress), but I can't really see them holding on to files (at least, using lsof ). Restarting ...
Rob Audenaerde
Nov 11, 2015 at 11:09 am
Nov 14, 2015 at 9:59 am -
Hi all, I'm currently investigating an issue we have with our index. It keeps getting bigger, and I don't het why. Here is our use case: We index a database of about 4 million records; spread over a ...
Rob Audenaerde
Nov 5, 2015 at 12:33 pm
Nov 10, 2015 at 3:46 pm -
Hi, I am new Lucene Auto suggest. Could you please some share the lucene auto suggest sample applications/code.. My use case is: I have the data in the database. I would like write some auto suggest ...
Bhaskar
Nov 23, 2015 at 12:39 pm
Nov 25, 2015 at 1:11 pm -
Hi, I have a question. In my program, I need to check whether the input query is a MatchAll Query that contains no terms, or a Query (any variant) that has at least one term. For typical Term ...
Sandeep Khanzode
Nov 28, 2015 at 5:57 am
Nov 30, 2015 at 8:35 am -
Hi - This is my first Lucene project, my other search projects have used Solr. I would like to find the total number of WildCard terms in a set of documents with 0-N matches per document. I would ...
Kunzman, Douglas *
Nov 27, 2015 at 9:06 pm
Nov 30, 2015 at 6:31 am -
hello, we must make a design decision for our system. we have many customers wich all should use the same server. now we are thinking about to make a separate lucene index for each customer, or to ...
Sascha Janz
Nov 11, 2015 at 8:40 am
Nov 11, 2015 at 5:41 pm -
Hi - I've created a test program where I've been struggling with for a couple of days trying to get wild card searches working in Lucene. I have some Solr experience but this is the first time that ...
Douglas Kunzma
Nov 30, 2015 at 11:59 am
Nov 30, 2015 at 3:17 pm -
Hi, I've been thinking how to use big O annotation to show complexity for different types of queries, like term query, prefix query, phrase query, wild card and fuzzy query. Any ideas? thanks, Zong
Search engine
Nov 11, 2015 at 7:31 pm
Nov 20, 2015 at 9:30 pm -
Hello, I have different lists that consist of products. And each product in list has a priority that specific to list. For example; List A: product_id - priority 1 10 2 25 3 30 List B: product_id - ...
Mehmet Başal
Nov 18, 2015 at 12:15 pm
Nov 25, 2015 at 1:32 pm -
Hi All, Am using lucene 4.10.4. Is it right to add analyzed multi valued fields & phrase query for the same field in boolean filter. i believe we could not apply analyzers to values in filters. So am ...
Kumaran Ramasubramanian
Nov 25, 2015 at 8:14 am
Nov 25, 2015 at 10:25 am -
If I index one filed more than 1 times, it seems I can't get all values from lucene field cache? right?
Yonghui Zhao
Nov 20, 2015 at 7:41 am
Nov 20, 2015 at 9:37 am -
Hi, I've written my own QueryParser and now i've a strange issue. I'm parsing the following string : 'abcd 1' Then this tokens are created : 'abcd' '1' This is my query.toString() output : '+f:abcd ...
Markus Boese
Nov 10, 2015 at 2:31 pm
Nov 10, 2015 at 4:24 pm -
All, I'm trying to find all spans in a given String via stored offsets in Lucene 5.3.1. I wanted to use the Highlighter with a NullFragmenter, but that is highlighting only the matching terms, not ...
Allison, Timothy B.
Nov 3, 2015 at 12:26 am
Nov 3, 2015 at 1:14 pm -
Hi everybody! I would appreciate if you can refer me to some *example *or explanation of how to change the scoring function of lucene. I would expect 2 options: 1. changing some configuration, so the ...
Victor Makarenkov
Nov 21, 2015 at 5:12 pm
Nov 21, 2015 at 9:49 pm -
Dear Users, I need to develop my language specific analyzer that: 1) does not remove punctuations 2) lowercases and stems each term in the text. I have tried some of the pre-implemented language ...
Marco turchi
Nov 14, 2015 at 4:39 pm
Nov 14, 2015 at 5:10 pm -
Hello, I read some discussions at Internet and still don't see if there is an official Lucene's solution to support: "query documents where Field Doesn't exist" Do you know if there is some ...
Vlad K
Nov 11, 2015 at 9:43 pm
Nov 13, 2015 at 1:21 pm -
Hi, i am new in lucene environment and lean from web tutorial http://www.tutorialspoint.com/lucene/lucene_first_application.htm. 1- Indexer.java class is used to index the raw data so that we can ...
Muhammad Adnan
Nov 27, 2015 at 5:49 pm
Nov 27, 2015 at 5:49 pm -
Community growth starts by talking with those interested in your project. ApacheCon North America is coming, are you? We are delighted to announce that the Call For Presentations (CFP) is now open ...
Rich Bowen
Nov 25, 2015 at 5:37 pm
Nov 25, 2015 at 5:37 pm -
I'm fairly new to Elasticsearch and Lucene. I quickly went through the Elasticsearch definitive guide and was able to understand how the scoring is calculated for boolean, term and multi term ...
JayJones11
Nov 18, 2015 at 9:14 pm
Nov 18, 2015 at 9:14 pm -
Hello everyone, I am indexing a collection of XML files. I select a few tags and each selected tag of a XML file is indexed in a different field of a document. I need to get the document frequency ...
Renanmach
Nov 18, 2015 at 1:57 pm
Nov 18, 2015 at 1:57 pm -
Hi, I have few questions related to updateDocValues methods and usages, it would be great if I can be helped 1) Is it possible to update a stored numeric field? I saw from the java-doc that ...
Gonzalo Emanuel San Martin
Nov 17, 2015 at 2:07 pm
Nov 17, 2015 at 2:07 pm -
Hello All, I have been given the envious job of upgrading existing faceted taxonomy indexes from 3.6 to 5.3. To make sure that I have everything in working order, I have written a little program to ...
Scott cote
Nov 3, 2015 at 5:49 am
Nov 3, 2015 at 5:49 am
Group Overview
group | java-user |
categories | lucene |
discussions | 23 |
posts | 114 |
users | 41 |
website | lucene.apache.org |
41 users for November 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)