Search Discussions
-
Hi, We are using Lucene 4.7 on our server application for searching the documents placed on a nasshare. We have 10 million+ documents and have decided not to index all the documents. The strategy ...
Shruthi
May 19, 2014 at 10:41 am
Jun 20, 2014 at 6:45 pm -
I am facing the following stacktrace: java.lang.NullPointerException: null at java.io.File.<init (File.java:305) ~[na:1.6.0_26] at ...
Clemens Wyss DEV
May 13, 2014 at 8:27 pm
Jun 16, 2014 at 2:52 pm -
Hi, We use lucene 4.6, our application receives continuously new documents. Mostly emails. We need the update near real time, so we open the IndexReader with Directory.open and IndexWriter ...
Sascha Janz
May 3, 2014 at 5:25 pm
May 19, 2014 at 5:37 am -
Hi, someone can help me with it?? I need do a search to locate a phrase inside text, but, I need locate this phrase on texts like that: 'John Mail' <- phrase I want locate ' Good Morning John Mail ...
Teko
May 11, 2014 at 9:36 pm
May 16, 2014 at 10:39 pm -
Hello All How can I add Maching Learning Part in Apache Lucene . Thanks Priyanka
Priyanka Tufchi
May 7, 2014 at 8:06 pm
May 27, 2014 at 5:33 am -
Hello, I'm looking for some documents/information on upgrade from Lucene 2.9.x to 4.7.2. This is the first time I'm doing a upgrade. Can someone point me to some help in this? Is there a ...
Buddhavarapu, Suresh
May 29, 2014 at 1:57 pm
Jun 17, 2014 at 6:59 am -
Hello everyone, We have a performance issue ever since we stopped optimizing the index. We are using Lucene 4.8 (jvm 32bits for searching, 64bits for indexing) on Windows 2008R2. Now we are letting ...
De Simone, Alessandro
May 16, 2014 at 10:18 pm
May 21, 2014 at 11:35 am -
Greetings I am using Lucene NRT search. After calling writer.updateDocument(term, doc) and then search(), the document is no longer visible in the search results. The program must be restarted to see ...
Jamie
May 13, 2014 at 1:23 pm
May 19, 2014 at 11:31 am -
Is it a good idea to use FADVISE_DONTNEED/MADVISE_DONTNEED flags during segment merge reads? Buffer-Cache contains critical data belonging to searches. A segment-merge has the potential to disturb ...
Ravikumar Govindarajan
May 21, 2014 at 8:10 am
May 27, 2014 at 11:14 am -
Hi, I am encountering the following issue with Lucene 3.6.1 if you could let me know if I am doing something wrong / there is a mistake I am making it would be great. In order to improve the ...
Liviu Matei
May 14, 2014 at 12:54 pm
May 19, 2014 at 9:29 am -
Generally larger is better, as long as JVM's heap is big enough to allow IW to use that RAM. Large flushed segments means less merging later ... Mike McCandless http://blog.mikemccandless.com On Wed, ...
Michael McCandless
May 14, 2014 at 3:01 pm
May 18, 2014 at 3:25 pm -
HI I am using lucene 3.0.1. I am writing many documents with lucene Indexwriter. But Indexwriter add all documents into file which becomes more than 4GB in my case. so can i distribute files or ...
Yogesh patel
May 13, 2014 at 6:27 am
May 15, 2014 at 3:47 am -
Hi, I was wondering if it's correct to call the method: IndexWriter.addIndexes(...) from different threads concurrently. nicola. --------------------------------------------------------------------- ...
Nicola Buso
May 22, 2014 at 3:13 pm
May 22, 2014 at 4:42 pm -
Hi! I have a question about multi-thread indexing. When I perform a Multi-thread indexing, should I commit from each thread that I add documents or the commit should be done only when all the threads ...
Andi rexha
May 21, 2014 at 11:59 am
May 22, 2014 at 8:36 am -
In a 1-segment (parallel) read-only index, that is built offline once (and then frozen), is it possible to remap the docIds as the last step (i.e... to have the exact same index, except that the ...
Olivier Binda
May 12, 2014 at 4:28 pm
Jun 2, 2014 at 7:37 am -
I am using the 4.7.0 ICU analyzer (via elastic search) and noticed this exception in the logs. It's sporadic. Any ideas what is going on or if this is already fixed ...
Feedly team
May 12, 2014 at 4:59 pm
May 15, 2014 at 3:07 am -
Hi, Does anyone know a way of identifying which entry in a multi-value field actually matches during a search? e.g. in this example: String[] entryList = { "entry one", "entry two", "entry three", ...
Chris Bamford
May 20, 2014 at 3:13 pm
May 21, 2014 at 8:28 am -
Hi, In order to achieve a somehow "smarter" search that takes into consideration also the context I decided to use PhraseQuery. Now I create ~100 phrase queries from the input text and combine them ...
Liviu Matei
May 19, 2014 at 8:21 pm
May 19, 2014 at 8:49 pm -
I am looking for a feature in SOLR that will give me all matched terms in the document when I search with a query term, My SOLR field uses Stemming and Synonym filters as a result of this I am unable ...
Venkatesham Gundu
May 17, 2014 at 7:15 am
May 17, 2014 at 7:50 pm -
Hi, I have an index of multiple gigabytes which serves 5-10 threads and needs refreshing very often. I wonder if RAMDirectory is the good candidate for this purpose. If not, what kind of directory is ...
Cheng
May 11, 2014 at 5:01 am
May 16, 2014 at 10:18 pm -
Hi, We have about 550M records index (~800GB) and we merge thousands of mini indexes once a week using hadoop - 45 mappers on 2 hadoop nodes. After upgrading to Lucene 3.6.1 we noticed that the merge ...
Danielv
May 14, 2014 at 11:57 pm
May 16, 2014 at 7:24 pm -
Hi, from the javadocs: ---- For efficiency, in this API documents are often referred to via document numbers, non-negative integers which each name a unique document in the index. These document ...
Nicola Buso
May 29, 2014 at 1:29 pm
Jun 2, 2014 at 11:53 am -
Hi, I build a query using QueryBuilder.createBooleanQuery("title","【微信活动】6500盒“健康瘦身减肥”梅免费送"). When I check the query, the toString() of this query looks like: Query: title:而 title:不用 title:下载 ...
Cheng
May 11, 2014 at 5:20 am
May 13, 2014 at 10:34 am -
We're attempting to get explains for the top 1000 documents we fetch from Lucene and running into performance problems. Is there a good way to speed these up? In our profiling, we see the advance() ...
Gregg Donovan
May 28, 2014 at 4:26 pm
May 28, 2014 at 4:26 pm -
May 2014, Apache Lucene™ 4.8.1 available The Lucene PMC is pleased to announce the release of Apache Lucene 4.8.1 Apache Lucene is a high-performance, full-featured text search engine library written ...
Robert Muir
May 20, 2014 at 12:06 pm
May 20, 2014 at 12:06 pm -
Hi I can get the payloads for query terms using getPayloadsForQuery from PayloadSpanUtil. However this does not support ConstantScore queries. So how do I get the payloads for queries that get ...
Puneet Pawaia
May 19, 2014 at 5:30 pm
May 19, 2014 at 5:30 pm -
(Apologies if you reveive multiple copies of this CfP.) The 12th International Workshop on Java Technologies for Real-time and Embedded Systems - JTRES 2014 October 13th - 14th Niagara Falls, NY, USA ...
Wopu
May 19, 2014 at 8:24 am
May 19, 2014 at 8:24 am -
Hi, I'm trying to implement Explicit semantic analysis(ESA) via Lucene. How do I take a term TFIDF in a query into consideration when matching documents? For example: Query:"a b c a d a" Doc1:"a b a" ...
Diaa Abdallah
May 18, 2014 at 10:35 pm
May 18, 2014 at 10:35 pm -
I'm giving a talk that may be interesting to you: http://www.meetup.com/SF-Bay-Areas-Big-Data-Think-Tank/events/180573212/ Please share with others that may be interested. Sriram.
Sriram Sankar
May 18, 2014 at 2:10 pm
May 18, 2014 at 2:10 pm -
Hello, I've just finished a little side project of mine, and wanted to let you know about it. Basically, it's a Java web application, which lets your search chess games using Lucene - hence its ...
Yann-Erwan Perio
May 17, 2014 at 3:40 pm
May 17, 2014 at 3:40 pm -
Dear lucene users, we are using lucene(4.6) MultiReader for different indexes and for performance reasons i am going to replace it with normal Reader. But we need to keep the scoring similar with ...
Tamer Gur
May 12, 2014 at 10:08 am
May 12, 2014 at 10:08 am
Group Overview
group | java-user |
categories | lucene |
discussions | 31 |
posts | 162 |
users | 58 |
website | lucene.apache.org |
58 users for May 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)