Search Discussions
-
Hi all, Is there any guaranty that the maxDoc returned by a reader will be about the total number of indexed documents? The motivation of this question is that I want to associate some info to each ...
Carlos Pita
May 24, 2007 at 4:41 pm
May 29, 2007 at 1:19 pm -
Hi all consider following index field1 field2 field3 text1 text1 text2 text3 text4 text4 text2 text2 text3 text5 I want to get all terms in filed3 if I use Reader.terms() it will returns: (however i ...
Mohammad Norouzi
May 22, 2007 at 9:29 am
May 29, 2007 at 5:05 pm -
I seem to be having problems using a * in a phrase term query This is my search String, its not finding any matches 54:"MusicIP PUID*" If I match on a particular record it works ok 54:"MusicIP ...
Paul Taylor
May 12, 2007 at 5:03 pm
May 18, 2007 at 10:53 am -
Hello all, I need to index a table containing company details (name, address, city ... country). Each record contains data written in the language appropriate to the records country. I was thinking ...
Bhecht
May 7, 2007 at 8:02 am
May 8, 2007 at 3:15 pm -
I am currently exploring how to solve performance problems I encounter with Lucene document reads. We have amongst other fields one field (default) storing all searchable fields. This field can ...
Andreas Guther
May 17, 2007 at 6:10 am
May 21, 2007 at 12:50 am -
Hi everyone, I have an application that indexes/searches xml documents using Lucene. I'm having a problem with what looks like a memory leak, which occurs when indexing a large number of documents, ...
Stephen Gray
May 15, 2007 at 6:31 am
May 21, 2007 at 12:23 am -
Our application includes an indexing server that writes to multiple indexes in parallel (each thread writes to a single index). In order to avoid an OutOfMemoryError, each request to index a document ...
David m
May 3, 2007 at 7:55 pm
May 7, 2007 at 5:35 pm -
Hi, Does Lucene search FSDirectory as well as buffered in-memory docs while we are calling searcher.search(query)? Why I'm asking this is, I've indexed my doc with mergeFactor & Max.Buff.Docs = 50 ...
SK R
May 28, 2007 at 12:20 pm
May 29, 2007 at 11:23 am -
Hello, I tried org.apache.lucene.analysis.fr.FrenchAnalyzer and I got strange search results on strings in uppercase. (example : VEHICLE) When I search the string (in lower case), I get no result. I ...
Jolinar13
May 21, 2007 at 9:30 am
May 28, 2007 at 4:50 pm -
Hello Ard, What you are after is a higher mergeFactor and probably also a higher maxBufferedDocs. Is indexing performance the concern? Don't go crazy with setting a super high (e.g. 100+) ...
Otis Gospodnetic
May 25, 2007 at 3:43 pm
Jun 6, 2007 at 11:24 pm -
Hi, I have the following problem. I'm indexing documents that belong to some collection (ie. the dataset is divided into collections, which are divided into documents). These documents become my ...
Peter Bloem
May 19, 2007 at 3:26 pm
May 20, 2007 at 7:28 pm -
I moved today from Lucene 2.0 to 2.1 and I noticed that the IndexReader.isCurrent() call is very expensive. What took 20 milliseconds in 2.0 now takes seconds in 2.1. I have the following scenario: - ...
Andreas Guther
May 11, 2007 at 4:45 pm
May 12, 2007 at 6:07 pm -
I don't understand why I'm getting the results I'm getting. If I search for "pandock*" I get 6 results Np-pandock Np-pandock-L Np-pandock-1 Np-pandock-2 Np-pandock Np-pandock-L1 If I search for ...
John Powers
May 8, 2007 at 5:47 pm
May 9, 2007 at 9:33 pm -
Hello everyone, I have created a Lucene Index of Students Database, this database have 5 fields i.e. Name, Address, Class, PhoneNo and ScholarNo. Now I have opened Searcher and query "Name:Menaria" , ...
Laxmilal Menaria
May 30, 2007 at 7:01 am
May 30, 2007 at 1:28 pm -
Hopefully I'm not opening myself up to public ridicule with what may be a very stupid question, but... At the moment, I'm trying to wrap my head around some of the math that happens when Lucene does ...
Walt Stoneburner
May 30, 2007 at 8:45 pm
Jun 1, 2007 at 12:59 am -
I have looked around on Lucene web site as well as some documentation but have not found anything to do with Concept Search. My definition of Concept Search is as follows: 1. I would have a file ...
Charles Patridge
May 16, 2007 at 12:20 am
May 16, 2007 at 11:54 pm -
Hi, Can anybody point me to some references how to create an ideal set of stop words? I konw that this is more like a theoretical question but how do Luceners determine which words shuold be excluded ...
Lukas Vlcek
May 10, 2007 at 6:40 pm
May 11, 2007 at 11:40 am -
I have a question about empty fields. I want to run a query that will search against a few particular fields for the query term but then also also check to see if a two other fields have any value at ...
Les Fletcher
May 10, 2007 at 10:35 am
May 11, 2007 at 12:02 am -
Hello all, I am new to lucene and want to use the FuzzyLikeThisQuery. I have read the documentation for this class, and read the following for what maxNumTerms means: "maxNumTerms - The total number ...
Bhecht
May 9, 2007 at 3:46 pm
May 10, 2007 at 5:54 am -
Hello everyone! I'm wondering if any of you have any helpful advice to what MergeFactor i should use... The indexing process is handling a large amount of documents and i would like to index as fast ...
Aleksander M. Stensby
May 3, 2007 at 9:48 am
May 3, 2007 at 11:35 pm -
Is there a way of boosting only fragment of the field? Let's say that I have a title and short description of something which I want to index into "myfield" field - is there a way of boosting title ...
Wojtek hury
May 31, 2007 at 6:44 pm
May 31, 2007 at 10:18 pm -
In a j2ee webapp we have a search object that stores a user's search preferences (items/page, detail level, etc). it has a search() that calls a static method getSearcher() that returns a static ...
John Powers
May 28, 2007 at 1:19 am
May 29, 2007 at 5:37 pm -
Hi, If a search returns a document that has multiple fields with the same name, is there a way to filter only those fields that contain hits? Background: I am indexing documents and we store all ...
Andreas Guther
May 23, 2007 at 6:02 pm
May 26, 2007 at 5:24 pm -
I've built a Lucene system that gets rapidly updated - documents are supposed to be searchable immeidately after they've been indexed. As such I have a Writer that puts new index, update and delete ...
Simon Wistow
May 24, 2007 at 9:22 am
May 26, 2007 at 4:15 pm -
Hi, In nutch we have a use case in which we need to store tokens with their original text plus their stemmed form plus their canonical form(through some asciifization). From my understanding of ...
Enis Soztutar
May 25, 2007 at 2:44 pm
May 25, 2007 at 8:12 pm -
Hi folks, I need to collect some global information from my first 1000 search results in order to build up some search refining components containing only relevant values (those which correspond to ...
Carlos Pita
May 24, 2007 at 3:31 am
May 24, 2007 at 7:29 pm -
Hi, We have been using lucene for years and it serves us well. Sometimes when we issue a query, we only what to know how many hits it leads, not want any docs back. Is it possible to completely avoid ...
Zhang, Lisheng
May 23, 2007 at 4:46 pm
May 24, 2007 at 4:41 pm -
Hi, I indexed emails. And now i want to restrict the search functionality for users so they only can search for emails to/from him. i know the email address of the user so my plan is to do it in the ...
Joe
May 24, 2007 at 12:35 pm
May 24, 2007 at 1:38 pm -
I'm constructing a search with some required terms and some optional terms in in the query. According to some earlier posts that looks like "+(A B) C D E" in query syntax for required terms A and B ...
Peter Bloem
May 21, 2007 at 12:38 am
May 22, 2007 at 4:00 pm -
Hi there, I have started using Lucene not long ago, with plans to replace my current sql queries in my application with it. As I wasn't aware of Lucene before, I have implemented some similar tools ...
Bhecht
May 21, 2007 at 8:05 pm
May 22, 2007 at 5:41 am -
Hello! I am new to Lucene, so forgive me if my question is basic. I did try googling for an answer... For an ajax autocomplete widget, I am querying using Lucene. I only want to return, for example, ...
David Leangen
May 14, 2007 at 7:29 am
May 18, 2007 at 7:26 am -
I really want to use document numbers as a secondary key in my object storage. If I got it all right, the main problem is deleted documents and optimization. Are there any other issues? All my tests ...
Karl wettin
May 10, 2007 at 6:22 pm
May 11, 2007 at 4:34 pm -
Hi all, I am new to Lucene. I am developing a small search utility using lucene. I have to create the index from my Oracle database. Can anybody tell me how to create the index from Oracle using ...
Krishna Prasad Mekala
May 11, 2007 at 10:33 am
May 24, 2008 at 1:47 am -
Hello! I have a Document with tow fields: one I would like to write with SimpleAnalyzer, the other I want to use StandardAnalyzer, is there a simple way to do it? thanks -- Paulo E. A. Silveira ...
Paulo Silveira
May 25, 2007 at 7:33 am
Jun 19, 2007 at 2:06 pm -
Hi, I am not sure, so i need ur opinion to these 2 questions: Is it save to search an index while its beeing optimized by another java process? Is it save to add documents to an index while its ...
Joe
May 29, 2007 at 3:10 pm
Jun 5, 2007 at 2:25 pm -
I've got a field that is indexing people names. The field is multivalued and I'm using Solr with a positionIncrementGap of 100. I've found that trying to specify a near query using something like: ...
Daniel Einspanjer
May 29, 2007 at 3:38 pm
May 31, 2007 at 12:31 am -
Hi, I'm trying to figure what I need to do with Lucene to score a document higher when it has a larger number of unique search terms that are hit, rather than term frequency counts. A quick example. ...
Walt Stoneburner
May 24, 2007 at 3:22 pm
May 25, 2007 at 7:57 pm -
Hi All, Thanks for your response. I have one more doubt. How can I update a index once created from Oracle, instead of recreating the whole. Whenever there is a change in the oracle table ...
Krishna Prasad Mekala
May 14, 2007 at 1:00 pm
May 23, 2007 at 4:17 am -
Hello, I have been using a large, in memory MultiSearcher that is reaching the limits of my hardware RAM with this code: try { IndexSearcher[] searcher_a= { new IndexSearcher(new ...
Peter W.
May 21, 2007 at 9:39 pm
May 22, 2007 at 11:34 pm -
We are a startup company based in the city of Sheffield, UK actively seeking experienced java programmers to develop intelligent web mining systems using Apache Lucene/Nutch. Experience of genetic ...
Recruitment
May 11, 2007 at 10:45 am
May 12, 2007 at 3:47 am -
I have a use case, in which I need to select the Analyzer based on a Locale. For example: "nl" = DutchAnalyzer "nl_BE" = DutchAnalyzer "fr" = FrenchAnalyzer "foobar" = StandardAnalyzer (fallback) I ...
Geoffrey De Smet
May 8, 2007 at 1:20 pm
May 9, 2007 at 6:01 pm -
Hi Mark, Do you know of a good paid product that does this? Thanks, Arsen ----- Original Message ---- From: Mark Miller <markrmiller@gmail.com To: java-user@lucene.apache.org Sent: Wednesday, May 2, ...
Av_work
May 7, 2007 at 2:58 am
May 8, 2007 at 9:24 pm -
I'm trying to build a custom MoreLikeThis implementation that will run within solr and I've run into a few API hurdles... 1. Can MLT.java be modified to optionally take the Similarity implementation ...
Ryan McKinley
May 30, 2007 at 6:46 am
May 30, 2007 at 6:35 pm -
Hello, Currently we are attempting to optimize the search time against an index that is 26 GB in size (~35 million docs) and I was wondering what experiences others have had in similar attempts. ...
Scott Sellman
May 24, 2007 at 5:32 pm
May 25, 2007 at 5:28 am -
Hello, My application is working with PDF files so i use lucene with PdfBox to create a little search engine. I am new to lucene. All seemed to work fine but after some tests I saw that some ...
Stefan Colella
May 18, 2007 at 12:12 pm
May 23, 2007 at 6:19 am -
The query syntax reference page talks about the NOT and the - operators, but it wasn't clear to me what exactly the difference is between them. Could someone tell me briefly what that difference ...
Daniel Einspanjer
May 6, 2007 at 3:05 am
May 8, 2007 at 11:15 am -
Looking over the implementation of SpanNearQuery I came upon what looked like a bug. Below is a test which fails due to it. SpanNearQuery doesn't return all matching spans; once it's found a span it ...
Moti Nisenson
May 6, 2007 at 2:12 pm
May 7, 2007 at 7:08 pm -
Does anyone know how to fix the .cfs file name in an index directory? The deletable and segments file names are always the same, but we have observed that the .cfs file name changes each time you ...
Shaw, James
May 3, 2007 at 11:06 pm
May 5, 2007 at 12:59 am -
Hi, I am a little confused, probably, because I missed some detail when looking through the code of lucene 2.1. Scenario: Deleting documents works for a while, eventually, I get the exception that ...
Martin Kobele
May 30, 2007 at 3:33 pm
May 30, 2007 at 6:02 pm -
Hi, I use lucene in my project and it works well. Now I hope that the search result presenting to the user include the times of the keyword match in a document. Is there someone do this before,Or is ...
Anny Bridge
May 28, 2007 at 2:31 am
May 28, 2007 at 6:54 am
Group Overview
group | java-user |
categories | lucene |
discussions | 128 |
posts | 623 |
users | 143 |
website | lucene.apache.org |
143 users for May 2007
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)