Search Discussions
-
I want to store the long type value to my index files like follwing: NumericField priceField = new NumericField("price"); priceField.setDoubleValue(temp.getCurrentprice()); document.add(priceField) ...
Jianwen lou
Mar 27, 2012 at 7:21 am
Apr 2, 2012 at 8:02 pm -
I've posted a self-contained test case to github of a mystery. git://github.com/bimargulies/lucene-4-update-case.git The code can be seen at ...
Benson Margulies
Mar 6, 2012 at 1:36 pm
Mar 6, 2012 at 3:08 pm -
Hi Group, I am working on a Lucene search solution for multiple fields. So far, if the fields are of string type I am having no difficulties in retrieving using the MultiFieldQueryParser. For ...
Deb Lucene
Mar 14, 2012 at 3:33 pm
Mar 28, 2012 at 2:47 pm -
Hi, We migrated our project to Lucene 3.5 and used the TieredMergePolicy with all its defaults. Our project contains a relatively small index (+-90MB) and gets small writes every few seconds. The ...
Tim Bogaert
Mar 15, 2012 at 11:14 am
Mar 15, 2012 at 5:07 pm -
Under "LUCENE-1458, LUCENE-2111: Flexible Indexing", CHANGES.txt appears to be missing one critical hint. If you have existing code that called IndexReader.terms(), where do you start to get a ...
Benson Margulies
Mar 6, 2012 at 1:50 pm
Mar 6, 2012 at 3:00 pm -
Hello, I am using Lucene version 3.4 through the Python extension (pylucene) in a multi-threaded script. When I launch the script I sometimes get a fatal error message (log attached) and sometimes ...
David Mosca
Mar 29, 2012 at 2:35 pm
Mar 30, 2012 at 2:12 pm -
Hi all, I have a search application with 16 million documents that uses custom scores per document using a ValueSource. These values are updated a lot (and sometimes all at once), so I can't really ...
Christoph Kaser
Mar 27, 2012 at 7:29 am
Apr 5, 2012 at 2:28 pm -
Sorry, I'm coming up empty in Google here. --------------------------------------------------------------------- To unsubscribe, e-mail: j[email protected] For additional ...
Benson Margulies
Mar 5, 2012 at 3:54 pm
Mar 5, 2012 at 4:48 pm -
I need to delete entries from posting list. How to do it in Lucene 4.0? I need to do this to test different pruning algorithms. Thanks in advance ZP -- View this message in context ...
Zeynep P.
Mar 19, 2012 at 10:24 am
Apr 23, 2012 at 5:52 pm -
Hello, I am using BlockGroupingCollector for first time and I have some small problem with it. Indexing code is pretty much copy of the one from docs. Searching looks like this: Filter groupEndFilter ...
Grzegorz Tańczyk
Mar 8, 2012 at 9:44 am
Mar 9, 2012 at 5:20 pm -
Hello I've been looking at the BlockJoinQuery in Lucene 3.4.0 and would like to clarify my understanding. Suppose we have a parent document that we index with (say) 4 child documents. My ...
Kiwi clive
Mar 22, 2012 at 2:51 pm
Aug 2, 2012 at 9:49 pm -
Hello, I'm currently working out some problems when searching for Tibetan Characters. More specifically: /u0f10-/u0f19. We are using the StandardAnalyzer (3.4) and I've narrowed the problem down to ...
Denis Brodeur
Mar 30, 2012 at 4:47 pm
Mar 30, 2012 at 6:12 pm -
Dear Bravo for your work on lucene, A comment : ToParentBlockJoinQuery return bad children (Children of previous adjacent block) This happens if parent is the first of the list of document block ...
Jean-Marc MORAS
Mar 12, 2012 at 6:41 pm
Mar 15, 2012 at 3:49 pm -
I'm working on a project where I need to tag both the part of speech and other syntactic information on tokens so that this information is searchable. I have read the threads on the mailing list ...
Mark McGuire
Mar 14, 2012 at 4:38 pm
Apr 10, 2012 at 7:21 am -
hi all, I read these two articles http://blog.mikemccandless.com/2012/01/searching-relational-content-with.html, http://blog.mikemccandless.com/2012/01/tochildblockjoinquery-in-lucene.htmland wrote a ...
Li Li
Mar 23, 2012 at 4:27 am
Mar 23, 2012 at 11:36 am -
Hi Group, Sorry for cross posting! We need to index a document corpus (news articles) with some meta data features. The meta data are actually company names with some scoring (a double, between 0 to ...
Deb Lucene
Mar 21, 2012 at 2:21 pm
Mar 21, 2012 at 4:04 pm -
I'm running with 3.4 code and have studied up on all the API related to the optimize() replacements and understand I needn't worry about deleted documents, but I still want to ask a few things about ...
Paul Hill
Mar 7, 2012 at 1:01 am
Mar 8, 2012 at 7:11 pm -
Hi Guys, Will this be available in Lucene 3.6 or is it only going into version 4.0 ? Clive
Kiwi clive
Mar 29, 2012 at 11:56 am
Mar 29, 2012 at 11:36 pm -
Does Lucene API allows to add new field values to a existing doc. For example, Initially Doc 1 FieldName Value id 1 schoolname xyz zipcode pqr After update can I keep the existing field values and ...
Anupam Bhattacharya
Mar 28, 2012 at 12:17 pm
Mar 29, 2012 at 12:44 pm -
I'm using a MemoryIndex to search in-memory content. I was wondering if there's a way to specify multiple values for the same field in a MemoryIndex. I've tried addField but it throws an exception ...
Dave Seltzer
Mar 7, 2012 at 2:39 pm
Mar 12, 2012 at 3:34 pm -
hello, I'm trying to programmatically create a query but don't get it working. The query should return all results that match some prefix, but not any results that /exactly/ match the prefix (in the ...
Heikki
Mar 7, 2012 at 1:53 pm
Mar 7, 2012 at 2:10 pm -
Dear All, We started using Lucene version 3.0.3, we have different types of documents like PDF, XLS, XLSX, DOC, DOCX,TXT etc., at a specified folder. We have created index on these files(using ...
Prasad KVSH
Mar 7, 2012 at 9:44 am
Mar 7, 2012 at 11:27 am -
Hi Chaps, JoinUtil.createJoinQuery() specifies a Query for the from side of the join. Is it possible to query over both sides of the join (while still providing the two join fields) ? If not, what is ...
Kiwi clive
Mar 29, 2012 at 12:04 pm
Apr 4, 2012 at 5:38 pm -
I have a string 01a_b-_-c-d which is tokenized as 01a_b c d and the string a_b-_-c_d which is tokenized as a b c d why is there a difference when there is a digit at the beginning? I am using ...
Nilesh Vijaywargiay
Mar 27, 2012 at 6:04 pm
Mar 28, 2012 at 6:35 am -
Hi, I am using lucene-3.5 and getting an OutOfMemoryError on a large indexing task of 100M documents. I am creating an index with 3 UUIDs as separate field values. I am using Store.YES on 1 of them ...
Ken McCracken
Mar 19, 2012 at 7:30 pm
Mar 20, 2012 at 10:21 pm -
Greetings! First off, I realize Lucene is a search engine and therefore does not possess many of the features of a database. That being said, I have encountered a particular use case where I need to ...
Jamie
Mar 14, 2012 at 7:54 am
Mar 14, 2012 at 11:40 am -
There is a mismatch between the score for a wildcard match and an exact match I search for 1.4196585 = (MATCH) max plus0.1 times others of: 0.3763506 = (MATCH) ConstantScore(recording:luve*), product ...
Paul Taylor
Mar 9, 2012 at 10:40 am
Mar 9, 2012 at 11:46 pm -
I have a number of fields that either only ever have a term frequency of 1 or I don't want them to be disavantaged if they do have a greater term frequency, and I never boost the field so I disable ...
Paul Taylor
Mar 6, 2012 at 9:42 pm
Mar 6, 2012 at 11:11 pm -
Hi , I'm new to Lucene.Can anyone tell me how can i start learning about it with the code base. I have knowledge of endeca search engine and have worked on it. So, if anyone could relate it and give ...
Rahul reddy
Mar 5, 2012 at 6:58 pm
Mar 5, 2012 at 9:37 pm -
Is there a reason why this doesn't return a count? Would a JIRA requesting same be viewed with any sympathy? --------------------------------------------------------------------- To unsubscribe, ...
Benson Margulies
Mar 4, 2012 at 9:42 pm
Mar 4, 2012 at 9:52 pm -
I am walking down the document in an index by number, and I find that I want to update one. The updateDocument API only works on queries and terms, not numbers. So I can call remove and add, but, ...
Benson Margulies
Mar 4, 2012 at 4:32 pm
Mar 4, 2012 at 4:47 pm -
I've updated codebase from 3.4 to 3.5 and as part of that took the advice to no longer optimize my indexes. During testing everything seemed okay but since releasing to Live noticed the load on the ...
Paul Taylor
Mar 2, 2012 at 5:06 pm
Mar 2, 2012 at 7:25 pm -
Hi, I'm new to Lucene. I'm indexed some documents with Lucene and need to sanitize it to ensure that they do not have any social security numbers (3-digits 2-digits 4-digits). (How) Can I write a ...
Su ha
Mar 2, 2012 at 7:22 am
Mar 2, 2012 at 9:22 am -
Hello all, Is anyone tried Lucene in 64 Bit. Please share your experience about its performance, how big your database size and RAM? Regards Ganesh ...
Ganesh
Mar 1, 2012 at 9:00 am
Mar 2, 2012 at 5:03 am -
Hi https://builds.apache.org/job/Lucene-trunk/javadoc/core/org/apache/lucene/document/DocValuesField.html The documentation at the above link indicates that the optimal way to add a DocValues field ...
Sudarshan Gaikaiwari
Mar 1, 2012 at 7:21 am
Mar 1, 2012 at 2:25 pm -
Dear list, I have a quite specific issue on which I would appreciate very much having some thoughts before I start the actual implementation. Here's my task description: I would like to index corpora ...
Carsten Schnober
Mar 6, 2012 at 2:40 pm
Apr 11, 2012 at 4:13 pm -
Hi all, I have upgraded my code to the latest trunk version. I my code I was using indexReader's function getTermFreqVector(spans.doc(), "Text", mapper); and my mapper based on the TermVectorMapper ...
Rok Rejc
Mar 23, 2012 at 1:30 pm
Mar 23, 2012 at 5:21 pm -
I'm new to lucene and have searched the archives and FAQ for an answer on how to do something and have found no information. Our server is running SOLR and is running out of memory when returning ...
Doug Kunzman
Mar 21, 2012 at 2:18 pm
Mar 21, 2012 at 6:43 pm -
Hi guys, I'm using Lucene for my project and I need to calcule how similar two (or more) documents are, using TFIDF. How to get TFIDF with lucene? Any insights on this? Thank you for your support ...
Hassane Cabir
Mar 12, 2012 at 5:38 pm
Mar 13, 2012 at 2:25 am -
Hello, I have a number of operations that I want to apply to a TokenStream, supplementing the original tokens with modified forms. For example, I want to reverse tokens, to allow prefix wildcard ...
Alan Woodward
Mar 12, 2012 at 4:47 pm
Mar 12, 2012 at 4:52 pm -
I have an ID field that contains about 100,000 unique ids. If I want to query all records with ids [1-100], How should I be doing this? I tried doing it the following way ...
Kushal Dave
Mar 6, 2012 at 4:35 pm
Mar 6, 2012 at 5:15 pm -
Hi there, Is Java7 now safe to use with Lucene? If so, is there a minimum Lucene version I must use with it? Thanks, - Chris
Chris Bamford
Mar 6, 2012 at 1:13 pm
Mar 6, 2012 at 1:42 pm -
Thank you to Simon Willnauer the Lucene PMC chair for taking some time to speak with us. You can download the podcast at: http://www.rce-cast.com/Podcast/rce-67-lucene-indexing-and-search.html If you ...
Brock Palen
Mar 5, 2012 at 7:36 pm
Mar 5, 2012 at 9:25 pm -
There's no javadoc on here yet, and I am a little puzzled by the fact that it is returning null for me. Does that imply that there can't be any deleted docs known to the reader? ...
Benson Margulies
Mar 5, 2012 at 6:54 pm
Mar 5, 2012 at 7:11 pm -
TopDocs top = searcher.search(contextQuery, filter, maxDocsToRetrieve); Which document fields are included in the calculation of the scores in the returned items? All fields? All fields touched in ...
Benson Margulies
Mar 4, 2012 at 11:10 pm
Mar 5, 2012 at 4:10 pm -
I'm testing lucene-gosen for Japanese tokenization and wondering what the differences are between the two jars provided. (ipadic / chaisen)? In my preliminary testing, I'm not seeing any difference ...
Thushara Wijeratna
Mar 2, 2012 at 9:42 pm
Mar 3, 2012 at 12:47 am -
In the Javadoc page for the Similarity class, it says, "Lucene combines Boolean model (BM) of Information Retrieval with Vector Space Model (VSM) of Information Retrieval - documents "approved" by BM ...
Mike O'Leary
Mar 1, 2012 at 11:16 pm
Mar 2, 2012 at 4:11 pm -
If I happen to subclass MultiFieldQueryParser unneccessarily (thought need more than one default search but don't after all) would it have any impact on performance ? thanks Paul ...
Paul Taylor
Mar 2, 2012 at 7:30 am
Mar 2, 2012 at 9:24 am -
Surge 2012, the scalability conference, September 27-28, Baltimore, MD has opened its CFP. Please visit http://omniti.com/surge/2012/cfp for details. -- Katherine Jeschke Director of Marketing and ...
Katherine Jeschke
Mar 30, 2012 at 2:02 pm
Mar 30, 2012 at 2:02 pm -
im using lucene2.9 and i need display search result like filename,filepath,textContent.. this text content highlight the matched string. When click on the search result ,it will go to the exact file ...
Neeraj shah
Mar 30, 2012 at 4:43 am
Mar 30, 2012 at 4:43 am
Group Overview
group | java-user |
categories | lucene |
discussions | 62 |
posts | 245 |
users | 77 |
website | lucene.apache.org |
77 users for March 2012
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)