Search Discussions
-
That would be a great start. How would I implement that if I'm using FuzzyQuery rather than QueryParser? Cheers Rob --------------------------------------------------------------------- To ...
Rob Young
Oct 25, 2005 at 11:35 am
Oct 31, 2005 at 9:28 pm -
Hi: We are running into problems with searching on korean documents. We are using the StandardAnalyzer and everything works with Chinese and Japanese. Are there known problems with Korean with ...
John Wang
Oct 3, 2005 at 11:47 pm
Nov 11, 2005 at 5:57 pm -
Has anyone got experience of using the IndexSearcher in a servlet? I'm having caching problems when there's a lot of different concurrent users with the current setup. Currently the setup is to ...
Cyril Barlow
Oct 5, 2005 at 5:26 pm
Oct 6, 2005 at 12:52 pm -
Here's my dilemma. For years, we have supplied paper documentation to our customers. Many pages of paper. All together, it makes a 3 foot stack when printed. Also for many years, customers have been ...
J. David Boyd
Oct 10, 2005 at 3:26 pm
Oct 12, 2005 at 10:56 pm -
Hi all, As I read it on LIA, and as it has already been said on the mailing list multiple times, you only need one IndexSearcher for all your thread, and when your index change, you just need to ...
Olivier Jaquemet
Oct 2, 2005 at 5:05 pm
Oct 5, 2005 at 7:41 am -
Hi, I'm looking to try and store my index into an oracle database. Has anyone done this before? I did find something in the archive referring to the SQLDirectory.java file by Marc Kramis. But there ...
Steven Pannell
Oct 26, 2005 at 7:05 am
Oct 26, 2005 at 3:16 pm -
Hi, Just a quick question: How do I add non-scoring fields to a query? Set boost to 0? To be more specific, my documents have a "permissions" field containing the names of groups who are allowed to ...
Maik Schreiber
Oct 24, 2005 at 4:29 pm
Oct 26, 2005 at 9:34 am -
Hello, I have user entered search commands which I want to convert to SpanQueries. I have seen in the book "Lucene in Action" that no parser existed at time of publication, but there was someone ...
Sean O'Connor
Oct 19, 2005 at 10:40 pm
Nov 8, 2005 at 8:29 am -
Hi, Was wondering what people's experience is with storing sentence (or other) boundary information in Lucene. For instance, for phrase queries, you may not want to match when two terms lie on either ...
Grant Ingersoll
Oct 28, 2005 at 9:46 pm
Oct 31, 2005 at 9:29 pm -
I have a situation where I want to search for individual words in a phrase as well as the phrase itself. For example, if the user enters ["classical music"] (with quotes) I want to find documents ...
Andy Lee
Oct 27, 2005 at 11:14 pm
Oct 30, 2005 at 6:25 pm -
Hi everybody! We have a large Lucene index which gets updated very often. Until recently the java virtual machine used to manage the index was on 32 bits, although the program was running on a 64bits ...
Roxana Angheluta
Oct 20, 2005 at 7:47 pm
Oct 27, 2005 at 9:47 am -
I've been trying to figure out the best way to support queries of the ilk: "going to he* in a hand-basket" such that it's almost a PhraseQuery, except that the third term (in this case) is a ...
Robert Watkins
Oct 11, 2005 at 1:32 pm
Oct 12, 2005 at 10:48 pm -
hello - i am looking to perform queries efficiently across multiple fields that have their token order synchronized, ie: Field_A[100] has some relationship to Field_B[100] for example, consider two ...
Marc Hadfield
Oct 10, 2005 at 8:36 pm
Oct 11, 2005 at 8:12 pm -
I've been using Lucene happily for a couple of years now. But, this new search functionality I'm trying to add is somewhat different that what I'm used to doing. Would help if the smart folks on this ...
Kevin L. Cobb
Oct 26, 2005 at 4:29 pm
Oct 26, 2005 at 7:36 pm -
Hi, Normally, lucene or Nutch can match query "nike shoe -blue" with "red nike shoe". But what about matching "red nike shoe" with query "nike shoe -blue"? It is the other way around. Can I do it ...
Sam Lee
Oct 22, 2005 at 10:54 pm
Oct 24, 2005 at 12:35 am -
Hi, I am using lucene for search functionality in my j2ee application using JBoss as app server. The lucene index directory size is almsot 10G. The performance has been quite good until now. But ...
Harini Raghavan
Oct 10, 2005 at 3:38 pm
Oct 21, 2005 at 8:16 am -
The simple scenario is this: One large text document with three sections Section A Section B Section C Three user groups: User Group X User Group Y User Group Z I want to provide security to the ...
Steven Thompson
Oct 5, 2005 at 6:19 pm
Oct 6, 2005 at 4:23 pm -
Hello, my problem is that IndexWriter.optimize() take 20 minutes. OK it is not a lot of time, but I can't allow me to block the system such a long time :-(. I don't know when I can take the time for ...
Eric Louvard
Oct 5, 2005 at 5:04 pm
Oct 5, 2005 at 5:56 pm -
Is it possible somehow to change some partial fields in indexed documents without reindexing all documents? The thing is we have set of "searchable" documents and set of access privileges (which ...
Eugeny N Dzhurinsky
Oct 5, 2005 at 8:02 am
Oct 5, 2005 at 5:30 pm -
Hi there, I just test the french analyzer, which works well for most part of it (Stemmer particulary). But ATM, I have two unexpected behavior with the default configuration: - accentuated ...
Hugo Lafayette
Oct 11, 2005 at 1:28 pm
Oct 11, 2005 at 6:01 pm -
Hi My index has 4 keyword fields and one unindexed field. I want to search by the 4 keyword fields and return the one unindexed field. I can iterate over the documents via Luke. But when I search for ...
Sharma, Siddharth
Oct 27, 2005 at 8:35 pm
Nov 1, 2005 at 3:27 pm -
Hey- I have the following situation, and I am looking for any suggestions... First, here is my current configuration: 1. Java Indexer (windows service) created to index data from a SQL Server ...
Msftblows
Oct 31, 2005 at 7:28 pm
Oct 31, 2005 at 9:06 pm -
Hi, I am wondering if I can use Lucene to substitute real database like mysql db? I know that many people use lucene only to index mysql db because of inferior full-text index of mysql. Can Lucene to ...
Sam Lee
Oct 25, 2005 at 8:38 pm
Oct 25, 2005 at 10:18 pm -
Thanks to Yonik for replying to my last question about queries and filters. Now I have another issue. I would appreciate any pointers to attempts to integrate Lucene with databases. There's a ...
Rick Hillegas
Oct 24, 2005 at 5:30 pm
Oct 24, 2005 at 11:47 pm -
Hi, Someone suggested that I should use MemoryIndex to match content to a large # of queries. e.g. "nike red shoes" --match-- "nike shoes -blue" and --match-- "nike shoes -black"... What if I have ...
Sam Lee
Oct 24, 2005 at 5:59 am
Oct 24, 2005 at 5:19 pm -
Query: caught a class org.apache.lucene.queryParser.ParseException with message: Too many boolean clauses I realize why this is happening (the 1024 clauses limit for BooleanQuery). My question is ...
Sharma, Siddharth
Oct 17, 2005 at 7:32 pm
Oct 19, 2005 at 6:06 pm -
Hello, My Tomcat application has several threads. These threads share a single instance of IndexSearcher to seach contents. At some point in time, I have the following index directory: -rwx------+ 1 ...
Koji Sekiguchi
Oct 16, 2005 at 2:05 am
Oct 17, 2005 at 2:10 pm -
Hi everybody, I have a problem when I find all the documents added in the last days in my index. It works good but I want show this results sorted. What I have to do? My code is this: private ...
Daniel Cortes
Oct 11, 2005 at 6:59 pm
Oct 13, 2005 at 10:15 am -
Hi all, I am looking for LSI implementation i lucene. Is it available. I couldnt find it in the website. I searched in the archives but no help. could some one tell me if it is available or not. ...
Rrshwrk
Oct 5, 2005 at 5:07 pm
Oct 8, 2005 at 12:01 pm -
I've been reading about Folksonomies ( http://en.wikipedia.org/wiki/Folksonomy), and I would like to incorporate them into a project I'm developing with Lucene. The concept is pretty simple, a ...
Dan Funk
Oct 4, 2005 at 3:44 pm
Oct 4, 2005 at 8:55 pm -
I am implementing a search that allows the user to toggle the Soundex and Stem functionality on and off. When the Soundex or Sten functions are not on, the search will use the StandardAnalyzer as ...
Daniel Clark
Oct 30, 2005 at 4:03 pm
Oct 31, 2005 at 7:53 pm -
I have been trying to reconstitute a corrupted index. I have been looking at the segments file with a hex-editor and its format doesn't seem to quite agree with the description found at: ...
Bill Tschumy
Oct 27, 2005 at 3:20 am
Oct 27, 2005 at 4:09 am -
I have the following problem: I need to construct programmatically a Boolean query against n fields having m words in my query. All possible unique combinations(sub-queries) are disjunctive between ...
Maxim Patramanskij
Oct 24, 2005 at 5:14 pm
Oct 26, 2005 at 2:41 pm -
Many months ago I wrote this list about a corrupted index that one of my customers had. It was a mystery that was never really solved. Well, it has happened again and the stack trace looks almost ...
Bill Tschumy
Oct 25, 2005 at 4:24 am
Oct 26, 2005 at 7:57 am -
Hi, My network is designed to have a bunch of advertisers to enter their ads with keywords. I think of using mysql to store those, and then use lucene and part of nutch to index them from mysql db, ...
Sam Lee
Oct 25, 2005 at 7:15 am
Oct 25, 2005 at 4:42 pm -
If I have a directory open and I open an index writer and add a document do I have to close the directory and re-open it before I can open a searcher and have the new document be included in the ...
Dan Adams
Oct 24, 2005 at 2:04 pm
Oct 24, 2005 at 6:10 pm -
I have a custom sort that completes calculations on-the-fly, similar to the LIA distance sort. SortField type is Float. It works, but I need better performance. I'm wondering if there's a better way ...
Jeff Rodenburg
Oct 22, 2005 at 4:44 pm
Oct 22, 2005 at 10:42 pm -
Hi all, I'm using Lucene/Digester etc for my MSc I'm quite new to these API's. I'm trying to obtain advice but it's hard to say whether the problem is Lucene or Digester. Firstly: I am trying to ...
Malcolm Clark
Oct 16, 2005 at 10:45 am
Oct 19, 2005 at 2:09 pm -
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/log4j/Logger at org.pdfbox.pdfparser.BaseParser.<clinit (BaseParser.java:70) PDFBox cannot find Log4J. You can add Log4J to you ...
N Bulthuis
Oct 17, 2005 at 2:23 pm
Oct 18, 2005 at 3:54 pm -
Hi all, Some features we would like to use for our next software revision are part of lucene 1.9, in order to know if we can plan to use this version, could you tell me when do you think lucene 1.9 ...
Olivier Jaquemet
Oct 14, 2005 at 2:49 pm
Oct 15, 2005 at 4:18 am -
Hi I am using the ParallelReader feature from Lucene 1.9. I have 2 indexes, one that doesn’t change and the other that changes often. I delete and re-index documents from the dynamic index often. I ...
John Smith
Oct 10, 2005 at 6:25 pm
Oct 10, 2005 at 8:23 pm -
Hi, I have a strange exception when I'm trying to recreate an IndexWriter that was previously defined. I did the following steps: 1. mWriter = new IndexWriter(indexPath, analyzer, true); 2. ...
Alex Kiselevski
Oct 6, 2005 at 9:26 am
Oct 6, 2005 at 3:56 pm -
3
Indexing
Hi, I've 4 fields in a document ie. id, URL, modified date, contents. id is unique for each document. I wanted to know if I index a document with the same id again , will the previous document (in ...Anushri kumar
Oct 31, 2005 at 3:57 pm
Oct 31, 2005 at 7:59 pm -
I am developing a search application via Lucene and ran into a problem can be described as: Assume we have document schema with these fields: Title, Author, Summary, Publication_date(Date), Content ...
Xin Herbert Wu
Oct 27, 2005 at 3:25 pm
Oct 27, 2005 at 8:55 pm -
Hi, I just found a open source project called Compass that works with Lucene to index database like mysql. Has anyone used it? If so, please let us know what you think about Compass. Many thanks.
Sam Lee
Oct 26, 2005 at 11:02 pm
Oct 27, 2005 at 1:46 am -
Hello All, I try to index some PDF documents using PDFBox. It works apparent normally, but when the index process ends, I get the following message: Exception in thread "main" ...
Patricio Galeas
Oct 26, 2005 at 7:13 pm
Oct 26, 2005 at 10:07 pm -
Hello, I apologize if this list is not appropriate for sending a patch. It seems there is an error on score formula in Similarity javadoc: score(q,d) = sigma( tf * idf^2 * ... ) should be score(q,d) ...
Koji Sekiguchi
Oct 26, 2005 at 2:38 am
Oct 26, 2005 at 4:56 pm -
Hi everyone, I am encoutering a really weird problem, I'm doing a query which gives me perfectly good results, with scores which are looking pretty right too. I wanted to display an explanation of ...
Olivier Jaquemet
Oct 26, 2005 at 4:26 pm
Oct 26, 2005 at 4:43 pm -
Hi, I am using TermQuery s (and FuzzyQuery s) on the searching side and I would like to keep doing so. However, I would like to use the MetaphoneReplacementAnalyzer (from Lucene in Action) when ...
Rob Young
Oct 25, 2005 at 11:00 am
Oct 25, 2005 at 8:04 pm
Group Overview
group | java-user |
categories | lucene |
discussions | 141 |
posts | 565 |
users | 134 |
website | lucene.apache.org |
134 users for October 2005
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)