Search Discussions
-
I got this exception while indexing with Lucene 3.4: Exception in thread "Thread-0" java.lang.IllegalArgumentException: Illegal shift value, must be 0..31 at ...
Thushara Wijeratna
Dec 16, 2011 at 11:25 pm
Dec 19, 2011 at 8:50 pm -
Hi All, We are planning to use lucene in our project, but not entirely sure about some of the design decisions were made. Below are the details, any comments/suggestions are more than welcome. The ...
Rui Wang
Dec 5, 2011 at 5:59 pm
Dec 11, 2011 at 1:38 pm -
Hi, I am new to Lucene and I am trying to use spatial search. I have googled and found a few people talking about it. I can't find any working examples so was hoping that someone on this list could ...
Lance Java
Dec 31, 2011 at 4:53 pm
Jul 10, 2012 at 5:18 pm -
I have a program I recently converted from a pull scheme to a push scheme. So previously I was pulling down the documents I was indexing, and when I was done I'd close the IndexWriter at the end of ...
Charlie Hubbard
Dec 31, 2011 at 6:02 am
Jan 9, 2012 at 7:44 pm -
Hi, is there broken link in http://lucene.apache.org/java/3_5_0/api/all/org/apache/lucene/facet/package-summary.html ? There is a link pointing to ...
Lukáš Vlček
Dec 14, 2011 at 1:09 pm
Dec 15, 2011 at 1:21 pm -
I was looking for a Query that returns all documents that contain a particular field, it doesnt matter what the value of the field is just that the document contains the field. Paul ...
Paul Taylor
Dec 19, 2011 at 10:05 am
Dec 20, 2011 at 7:48 pm -
I'm adding documents to an index, at a later date I modify a document and update the index, close the writer and open a new IndexReader. My indexreader iterates over terms for that field and ...
Paul Taylor
Dec 16, 2011 at 4:54 pm
Dec 16, 2011 at 11:06 pm -
Hi, We plan to upgrade the Lucene library in our application from 2.4.1 to 3.5.0. I have been running benchmark tests that come with Lucence. To my surprise, I found that the indexing in 3.5.0 is ...
Sean Tong
Dec 12, 2011 at 7:55 am
Dec 14, 2011 at 1:31 pm -
Is there a timetable for when it is expected to be finalized? I'm not looking for an exact date, just an approximate like (next month, 2 months 6 months,etc) ...
Jamie Johnson
Dec 6, 2011 at 11:42 pm
Dec 8, 2011 at 10:16 pm -
Hi Spec O/s win os 7 Jdk : 1.6.0_29 Lucene lucene-core-3.3.0 Finally after Indexing successfully ,Why this Code does not optimize ( sample code ) INDEX_WRITER.optimize(100); INDEX_WRITER.commit(); ...
KARTHIK SHIVAKUMAR
Dec 2, 2011 at 3:54 am
Dec 6, 2011 at 12:55 pm -
Hi, Suppose that we have a huge amount of indices on hard drives but working in RAMDirectory is a must, how can we decide which part of the indices to be loaded into RAM, how to modify the indices, ...
Cheng
Dec 31, 2011 at 8:38 pm
Jan 3, 2012 at 9:20 pm -
Hi All, If you've wanted a full time job working on Lucene or Solr, we have two positions open that just might be of interest. The job descriptions are below. Interested candidates should submit ...
Grant Ingersoll
Dec 5, 2011 at 3:40 pm
Dec 30, 2011 at 8:21 am -
Hi All, I am running Lucene 3.4 in an application that indexes about 1 billion factual assertions (Documents) from the web over four separate disks, so that each disk has a separate index of about ...
Robert Bart
Dec 22, 2011 at 2:46 am
Dec 28, 2011 at 2:29 am -
I have a use case for which I'm trying to figure out the best way to use Lucene and could use some guidance. I have a set of documents representing products in a catalog (name, description, etc.). I ...
Josh Stone
Dec 15, 2011 at 9:56 pm
Dec 19, 2011 at 5:17 pm -
Hi, I know the Luke tool for browsing a Lucene index. From the description and the GUI I think it's also possible to edit index. But I have problems with that and I wonder if someone can help with ...
Michael Südkamp
Dec 14, 2011 at 9:46 am
Dec 14, 2011 at 1:43 pm -
Hi, I have come across a problem with our code that is not scaling well and I'm hoping there is a way I can tweak our existing code to run faster. We are indexing on a Java object called "Node". A ...
Todd.hunt
Dec 15, 2011 at 2:31 pm
Dec 15, 2011 at 9:31 pm -
We have a large set of documents that we would like to index with a customized stopword list. We have run tests by indexing a random set of about 10% of the documents, and we'd like to generate a ...
Mike O'Leary
Dec 15, 2011 at 5:34 pm
Dec 15, 2011 at 8:59 pm -
Hi According to http://www.gossamer-threads.com/lists/lucene/java-dev/37421 one cannot overwrite the default write lock timeout of 1000ms once a write.lock already exists (for example inside a ...
Michael Wechner
Dec 13, 2011 at 6:37 pm
Dec 15, 2011 at 12:47 am -
We have an application where every term position in a document is associated with an "engine score". A term query should then be scored according to the sum of "engine scores" of the term in a ...
Arnon ma
Dec 7, 2011 at 12:26 pm
Dec 13, 2011 at 8:12 am -
I am using Lucene 3.5. I want to create around 30 million documents. While doing Indexing I am getting the following Exception: Caused by: java.lang.RuntimeException: after flush: fdx size mismatch: ...
Jamir Shaikh
Dec 9, 2011 at 2:47 am
Dec 9, 2011 at 9:13 pm -
Hi all, I have a question about facet counts and drill down queries. When I run a drill down query, I only get counts for the category in the query, but I need the counts for all categories. Is there ...
Tobias Knaup
Dec 2, 2011 at 8:09 am
Dec 3, 2011 at 1:30 pm -
Hi, I need to save a list of records into an index on hard drive. I keep a writer and a reader open till the end of the operation. My issue is that I need to compare each of the new records with each ...
Cheng
Dec 29, 2011 at 4:27 pm
Dec 30, 2011 at 5:13 pm -
Hi Lucene users, I'm happy to announce the release of Luke - The Lucene Index Toolbox, version 3.5.0. This release includes Lucene 3.5.0 libraries, and you can download it from: ...
Andrzej Bialecki
Dec 28, 2011 at 8:30 pm
Dec 29, 2011 at 10:01 am -
Just checking if this is a known issue or if I should report it. I have a MultiReader made up of 3 different indexes. If changes are made to either of the 3 underlying indexes, isCurrent() returns ...
Jordon Saardchit
Dec 2, 2011 at 10:04 pm
Dec 10, 2011 at 10:14 am -
We have a document tagging system where documents are composed of two types of data: Rarely changed (hereafter: "immutable") data - document text and metadata that we upload and almost never change. ...
Brandon Mintern
Dec 7, 2011 at 8:46 pm
Dec 8, 2011 at 10:03 pm -
I've been playing around with Lucene's MemoryIndex and anytime I try to use index.addField(String, String, Analyzer), I receive: java.lang.NoSuchMethodError: ...
Stephen Howe
Dec 8, 2011 at 8:56 pm
Dec 8, 2011 at 9:06 pm -
Dear Lucene-users, I am a bit puzzled over this. I have a query which should return some documents, if I use Luke, I obtain hits using the org.apache.lucene.analysis.KeywordAnalyzer. This is the ...
Ejblom
Dec 6, 2011 at 8:16 am
Dec 6, 2011 at 12:20 pm -
So I had this code, that would return all documents where there was more than one document that had the same value for fieldname. Trouble is I didn't realise this could return documents that had been ...
Paul Taylor
Dec 20, 2011 at 7:39 pm
Dec 22, 2011 at 4:20 pm -
Hi We are indexing some chinese text (using the following outputstreamwriter with UTF-8 enconding). OutputStreamWriter outputFileWriter = new OutputStreamWriter(new FileOutputStream(outputFile), ...
Peyman Faratin
Dec 22, 2011 at 12:50 pm
Dec 22, 2011 at 1:04 pm -
Dear all, I select some of docs that meet some criteria by using TopDocs search(Query query, int n). Also It's easy to select the docs that meet some query and sort by some field by using ...
Qiurun
Dec 20, 2011 at 4:54 pm
Dec 20, 2011 at 6:48 pm -
Is there an entity-relationship of the segment files and/or Berkeley DB tables (with table definitions)? I'm trying understand the segment files of Lucene and know that a Berkeley DB can be used to ...
Dr. Ray Hoare
Dec 16, 2011 at 8:50 pm
Dec 19, 2011 at 8:21 pm -
Hi All, I am just wondering given a existing index folder, is there a way of detecting whether this index is in use? Either by IndexReader or IndexWriter, What about on NFS file system? Is there any ...
Rui Wang
Dec 12, 2011 at 10:10 am
Dec 12, 2011 at 6:49 pm -
Which file should i go and set: -Xdebug -Xrunjdwp:transport=dt_socket,address=8886,server=y,suspend=y ? thanks! hao --------------------------------------------------------------------- To ...
Hao yan
Dec 9, 2011 at 2:26 am
Dec 9, 2011 at 8:30 am -
Supposing I have a document with just "hi there" as the text. If I do a span query like this: near(near(term('hi'), term('there'), slop=0, forwards), term('hi'), slop=1, any-direction) that returns ...
Trejkaz
Dec 6, 2011 at 4:42 am
Dec 8, 2011 at 6:02 pm -
Hi. I'm indexing about 20,000 documents that could potentially have a few thousand fields with the same field name. I've read in the mailing list archives that there is no hard limit to the number of ...
Rob Hasselbaum
Dec 5, 2011 at 4:45 pm
Dec 5, 2011 at 5:12 pm -
Hi, I am creating a RAMDirectory based upon a folder on disk. After doing a lot of adding, deleting, or updating, I want to flush the changes to the disk. However, the flush() function is not ...
Cheng
Dec 31, 2011 at 8:32 am
Dec 31, 2011 at 8:32 am -
thanks that solved my problem. ------------------ Original ------------------ From: "Uwe Schindler"<uwe@thetaphi.de ; Date: Fri, Dec 30, 2011 05:27 AM To: "java-user"<java-user@lucene.apache.org ; ...
Dyzc
Dec 30, 2011 at 9:14 pm
Dec 30, 2011 at 9:14 pm -
Hi, Does lucene have a query expansion class () which works regardless of the intended language (e.g., it shouldn’t be based on Wordnet). It doesn’t matter if the expanded terms can be stored in the ...
Starz10de
Dec 20, 2011 at 8:35 am
Dec 20, 2011 at 8:35 am -
I'm working on providing searching for annotated (use of UIMA) Medical Documents. In the context of the annotated document, we identify relevant medical terms. We also identify the negation of ...
Kyley Jex
Dec 20, 2011 at 7:40 am
Dec 20, 2011 at 7:40 am -
0
Have Anyone Needed a Method, getAnalyzer(String fieldName) of PerFieldAnalyzerWrapper Class, So Far?
Hello~ Have anyone needed a method, getAnalyzer(String fieldName) of PerFieldAnalyzerWrapper class, so far? A method getDefaultAnalyzer() as well. It is useful in my project. The needs would be ...안재희[Jade]
Dec 16, 2011 at 10:00 am
Dec 16, 2011 at 10:00 am -
Hi. I'm trying to configure an analyzer to be somewhat forgiving of spelling mistakes in longer words of a search query. So, for example, if a word in the query matches at least five characters of an ...
Rob Hasselbaum
Dec 15, 2011 at 3:14 pm
Dec 15, 2011 at 3:14 pm -
Hi, Is it safe to reuse a Payload instance within a TokenStream/Filter? I think about something like this : public final boolean incrementToken() throws IOException { [...] ...
David Causse
Dec 14, 2011 at 11:30 am
Dec 14, 2011 at 11:30 am -
0
test
I've been trying to respond to a user's email all day, but received "mail delivery" errors from Gmail regarding java-user@. Trying a fresh new email to see if it goes through. Sorry for the spam. ShaiShai Erera
Dec 3, 2011 at 1:17 pm
Dec 3, 2011 at 1:17 pm
Group Overview
group | java-user |
categories | lucene |
discussions | 43 |
posts | 191 |
users | 71 |
website | lucene.apache.org |
71 users for December 2011
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)