Search Discussions
-
I don't have the requirement to do range type select, i.e. the only operator I would need is the equals. Select * from MY_TABLE where MY_NUMERIC_FIELD = 80. My fields that are searchable in my model ...
Kevin L. Cobb
Dec 14, 2004 at 3:40 pm
Dec 16, 2004 at 9:57 am -
hello, hope someone can help explain things to me. i've been searching for sometime and i have not been able to find anything to answer my questions. i'm trying to understand the difference/effects ...
Ben Rooney
Dec 7, 2004 at 8:03 pm
Dec 8, 2004 at 3:02 pm -
Hi guys Apologies............. I am still in delima on How to use the HitCollector for returning Hits hits between scores 0.2f to 1.0f , There is not a simple example for the same, yet lot's of talk ...
Karthik N S
Dec 10, 2004 at 12:36 pm
Dec 14, 2004 at 2:07 pm -
I use Lucene as a legitimate search engine which is cool. But, I am also using it as a simple database too. I build an index with a couple of keyword fields that allows me to retrieve values based on ...
Kevin L. Cobb
Dec 14, 2004 at 2:41 pm
Dec 14, 2004 at 9:36 pm -
Hi all, I have a curious problem, and initial poking around with Lucene looks like it may only be able to half-handle the problem. The problem requires two abilities: 1. To be able to return the ...
Andrew Cunningham
Dec 23, 2004 at 6:52 am
Dec 29, 2004 at 7:27 am -
Hello list, I'm not sure if this subject will cover my question, but here goes: consider the following snippet: is = new IndexSearcher((String) envContext.lookup("search_index_dir")); StopAnalyzer ...
M. Smit
Dec 22, 2004 at 3:02 pm
Dec 22, 2004 at 8:54 pm -
I am writing a tool that uses lucene, and I immediately ran into a problem searching for words that contain internal hyphens (dashes). After looking at the StandardTokenizer, I saw that it was ...
Mike Snare
Dec 15, 2004 at 6:31 pm
Dec 16, 2004 at 11:30 pm -
How to find out the percentages of matched terms in the document(s) using Lucene ? Here is an example, of what i am trying to do: The search query has 5 terms(ibm, risc, tape, dirve, manual) and ...
Gururaja H
Dec 20, 2004 at 8:35 am
Dec 23, 2004 at 8:56 am -
Hi, How to implement the following ? Please provide inputs .... For example, if the search query has 5 terms (ibm, risc, tape, drive, manual) and there are 4 matching documents with the following ...
Gururaja H
Dec 17, 2004 at 8:45 am
Dec 21, 2004 at 6:55 am -
Hi Guys Apologies............. Can some body Please Tell me Why is this Happening and any work around for the same .??? Constructed String : +bags +itemPrice:[00000003 TO 00000020] Query String: ...
Karthik N S
Dec 16, 2004 at 9:05 am
Dec 17, 2004 at 6:12 am -
I read that the tokenised fields cannot be sorted. In order to sort tokenized field, either the application has to duplicate field with diff name and not tokenize it or come up with something else. ...
Praveen Peddi
Dec 10, 2004 at 6:43 pm
Dec 14, 2004 at 3:06 pm -
Hello, I'd like some suggestions on the following scenario. Say I have an index with a stored, indexed field called 'weight'(essentially an int stored as string). I'd like to sort in descending order ...
Gurukeerthi Gurunathan
Dec 10, 2004 at 8:53 pm
Dec 14, 2004 at 2:41 am -
Hi All, Any idea why a Keyword field is not searchable? On my index I have a field of type Keyword but I could not somehow search on the field. Thanks in advance. Ramon -- No virus found in this ...
Ramon Aseniero
Dec 7, 2004 at 11:03 pm
Dec 9, 2004 at 12:37 am -
hy george is the C# lucene faster than java lucene ? (because it seems to me that C# is faster than java, isn't it ?) nicolas maisonneuve ...
Nicolas Maisonneuve
Dec 1, 2004 at 10:43 am
Dec 7, 2004 at 12:24 am -
Hello fellow Lucene users, I'd like to introduce myself and say thanks. We've recently launched http://www.indeed.com, a search engine for jobs based on Lucene. I'm consistently impressed with the ...
Rony Kahan
Dec 16, 2004 at 4:29 pm
Jan 6, 2005 at 5:28 pm -
I read a lot of messages that Lucene can index a DB because it use that INPUTSTREAM "type" I don't understand how to do this. For example if I've a forum with Mysql and a lot of files on my web, for ...
Daniel Cortes
Dec 21, 2004 at 3:41 pm
Dec 23, 2004 at 9:39 am -
Hi, I'm tying Limo (Index Monitor of Lucene) and I have a problem, obviously it will be a silly problem but now I don't have solution. Someone can tell me how structure it have limo.properties file? ...
Daniel Cortes
Dec 9, 2004 at 1:33 pm
Dec 13, 2004 at 7:40 pm -
Hi, how yould you restrict the search results for a certain user? I'm indexing all the existing data in my application but there are certain access levels so some users should see more results then ...
Paul
Dec 3, 2004 at 10:31 pm
Dec 6, 2004 at 8:34 am -
Hi All, I am using lucene for my DB indexing. I have 2 columns which are Keyword. Now I want to delete my index based on this 2 keyword. Is it possible ? If no. What is other alternative ? Thanks ...
Mahaveer jain
Dec 30, 2004 at 3:18 pm
Dec 31, 2004 at 2:08 pm -
Hi all I have written a simple program to test Indexing & Search. After indexing couple of documents, I Searched for the same, but i didn't get Successfull matches. I don't know whether it is a bug ...
Mohamed Ebrahim Faisal
Dec 30, 2004 at 4:34 pm
Dec 31, 2004 at 1:39 pm -
Hi! What is the simplest way to add synonyms for AND/OR/NOT operators? I'd like to support two sets of operator words, so people can use either the original english operators and my custom ones for ...
Sanyi
Dec 21, 2004 at 8:04 am
Dec 21, 2004 at 11:41 am -
Hi, Everyone, We're trying to index ~1500 archives but get OutOfMemoryError about halfway through the index process. I've tried to run program under two different Redhat Linux servers: One with 256M ...
Jin, Ying
Dec 10, 2004 at 5:15 pm
Dec 10, 2004 at 7:40 pm -
Is there any other way to extract all documents from an index apart from adding an additional field with the same value to all documents and then doing a term query on that field with the common ...
Ravi
Dec 9, 2004 at 6:35 pm
Dec 9, 2004 at 9:04 pm -
Hi all, I have a question about updating the lucene document. I know that there is no API to do that now. So this is what I am doing in order to update the document with the field "title". 1) Get the ...
Praveen Peddi
Dec 8, 2004 at 10:54 pm
Dec 9, 2004 at 7:20 pm -
How can I get Lucene to index single digits (e.g. "8" as in "Gemini 8")? I am able to index numbers with two or more digits (e.g. "11" as in "Apollo 11"). Thanks, Bill von Ofenheim ...
Bill von Ofenheim (LaRC)
Dec 6, 2004 at 11:21 pm
Dec 7, 2004 at 2:04 am -
We have been implementing Lucene as the datasource for our website--Lucene is exposed through a java web service which our ASP pages query and process. So far things have been going very well and in ...
Kauler, Leto S
Dec 23, 2004 at 4:26 am
Dec 24, 2004 at 6:56 am -
Thanks. I am trying to repair a corrupted 'segments' file. I am attempting to manually edit the file to add some missing segment names, but I need to add the correct segment size for each. Can anyone ...
Steve Rajavuori
Dec 22, 2004 at 10:32 pm
Dec 23, 2004 at 8:16 pm -
hi i need to index my text so that index contains only tokenized stemmed words without stopwords etc. The text ist german, so I tried to use GermanAnalyzer, but it stores whole text, not terms. ...
DES
Dec 22, 2004 at 4:24 pm
Dec 22, 2004 at 4:57 pm -
I wanted to share some results from trying out Aramorph Arabic Analyzer with Lucene. I experimented with a set of 100 web documents in Windows-1256 encoding. The indexing took just over 200 seconds, ...
Safarnejad, Ali (AFIS)
Dec 16, 2004 at 10:07 am
Dec 20, 2004 at 8:17 am -
Hello, I have been trying to index around 6000 documents using IndexHTML from 1.4.3 and at the end of indexing in my index directory I only have 3 files. segments deletable and _5en.cfs Can someone ...
Hetan Shah
Dec 17, 2004 at 5:11 am
Dec 17, 2004 at 7:59 pm -
Hi: Is there a way to finalize delete, e.g. actually remove them from the segments and make sure the docIDs are contiguous again. The only explicit way to do this is by calling IndexWriter.optmize(). ...
John Wang
Dec 7, 2004 at 5:15 am
Dec 14, 2004 at 4:58 pm -
The Lucene in Action e-book is now available at Manning's site: http://www.manning.com/hatcher2 Manning also put lots of other goodies there, the table of contents, "about this book", preface, the ...
Erik Hatcher
Dec 10, 2004 at 8:53 am
Dec 11, 2004 at 12:33 am -
Sorry if this is a misspost but I have been visiting Amazon daily the last few weeks and I still can't get the Lucene book there. How will I survive the holidays? :-) But seriously when can we expect ...
Aad Nales
Dec 7, 2004 at 10:28 am
Dec 7, 2004 at 5:52 pm -
Hi. Its probably really simple to explain this but since I'm not up to speed on the way Lucene stores the data I'm a little confused. I'm building an Index, which resides on Server A, with the Lucene ...
Garrett Heaver
Dec 6, 2004 at 10:05 am
Dec 7, 2004 at 11:21 am -
Hi All, I want pass multiple filter (QueryFilter,DateFilter) objects to search method.. See below: Hits hits = indexSearcher.search(searchQuery, filter) // here I want to pass multiple filter... ...
Natarajan.T
Dec 7, 2004 at 5:16 am
Dec 7, 2004 at 11:06 am -
I am using lucene-1.4.1.jar(with nutch). For some reason, the effect of document boost is not showing up in the search results. Also, why is it not a part of the Explanation Below is the ...
Vikas Gupta
Dec 28, 2004 at 2:54 am
Dec 30, 2004 at 2:12 am -
I want to know In the case that you use Lucene for index files how a general searcher, what fields (or keys) do you use to index. For example, in my case are html,pdf,doc,ppt and txt and I'm thinked ...
Daniel Cortes
Dec 27, 2004 at 10:50 am
Dec 27, 2004 at 11:50 am -
Hi there, Im about to embark on a Lucene project of massive scale (between 500 million and 2 billion documents). I am currently working on parallellizing the construction of the Index(es). Rough ...
Ryan Aslett
Dec 22, 2004 at 11:45 pm
Dec 23, 2004 at 11:41 am -
Hi I am building an index of texts, each related to a unique id. The unique ids might contain a number of underscores which will make the standardanalyzer shorten them after it sees the second ...
Peter Posselt Vestergaard
Dec 20, 2004 at 2:26 pm
Dec 23, 2004 at 9:32 am -
I'm testing the rebuilding of the index. I add several hundred documents, optimize and add another few hundred and so on. Right now I have around 7000 files. I observed after the index gets to ...
Aurora
Dec 21, 2004 at 4:49 am
Dec 21, 2004 at 7:55 pm -
Hail Listoids! I just started investigating lucene. I downloaded lucene-1.4.3-src.zip, unzipped and built with ant, but i get some strange results: D:\scrap\java\lucene\lucene-1.4.3 ant Buildfile: ...
RADEMAKERS Tanguy
Dec 16, 2004 at 1:10 pm
Dec 17, 2004 at 10:24 am -
I'm hoping someone has an opinion (based on some experience) as to how I might approach a design I'm doing with Lucene. In my application, users search for messages with Lucene. Typically, they are ...
Scott Smith
Dec 17, 2004 at 12:49 am
Dec 17, 2004 at 6:49 am -
How do I get the number of docs in an index If I just have access to a searcher on that index? Thanks in advance Ravi. --------------------------------------------------------------------- To ...
Ravi
Dec 10, 2004 at 7:43 pm
Dec 10, 2004 at 8:42 pm -
Hello, I'm currently investigating improving the Highlighter currently supplied in the lucene sandbox. Especially we'd like to parse more different styles of Querys. Most important WildcardQuery. As ...
Nestel, Frank IZ/HZA-IOL
Dec 6, 2004 at 3:09 pm
Dec 7, 2004 at 1:11 pm -
Hi All, I'm having some trouble closing an index reader. I'm getting a IOException (bad file descriptor). Can anybody tell me what I'm doing wrong and how I should be closing this object? An outline ...
Helen Warren
Dec 6, 2004 at 2:46 pm
Dec 7, 2004 at 7:30 am -
My lucene implementation works great, its basically an index of many web crawls. The main thing my users complain about is say a search for "slashdot" will return the ...
Chris Fraschetti
Dec 6, 2004 at 9:55 am
Dec 6, 2004 at 5:10 pm -
I've been running into an interesting situation that I wanted to ask about. I've been doing some testing by building up indexes with code that looks like this... IndexWriter writer = null; try { ...
Chris Hostetter
Dec 3, 2004 at 1:07 am
Dec 3, 2004 at 9:02 pm -
Hi, I have an urgent question about thread safety in lucene, from lucene doc and code I could not get a clear answer. 1. is Searcher (IndexSearcher, MultiSearcher ..) thread safe, can multi-users ...
Zhang, Lisheng
Dec 3, 2004 at 12:10 am
Dec 3, 2004 at 3:30 pm -
If you want this to be efficient in your application, I'd suggest integrating at a lower level. E.g., take a look at TermScorer.explain() to see how it determines whether or not a term matches in a ...
Chuck Williams
Dec 2, 2004 at 8:34 pm
Dec 3, 2004 at 2:46 pm -
I've seen some discussion on this and the answer seems to be "write your own". Hasn't someone already done that by now that would share? I really have to be able to include numeric and alphanumeric ...
Jim
Dec 25, 2004 at 4:02 pm
Jan 3, 2005 at 4:29 pm
Group Overview
group | java-user |
categories | lucene |
discussions | 144 |
posts | 633 |
users | 121 |
website | lucene.apache.org |
121 users for December 2004
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)