java-user.lucene.apache.org
(
List home) (
Recent threads) (
34 other Apache Lucene lists)
Subscription Options
- RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
- Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe address with "subscribe" in the subject line, or visit the list's homepage here.
- Moderate traffic list: up to 30 messages per day
- This list contains about 41,860 messages, beginning Mar 2005
- 4 messages added yesterday
java-user.lucene.apache.org
July 2006 - page 1
Amit — 115173868001 Jul 2006
Hi All, I just want to know how the lucene processes the Boolean query internally?? As per my knowledge: if I search for "java apache". Note...
mark harwood — 115174308101 Jul 2006*
As an example - I want to search for the word "interested" without finding docs that have "not" immediately preceding it. I couldn...
Seeta Somagani — 115175858801 Jul 2006*
Hi Erick, The fields that are missing are sort of primary keys and they exist in all the documents (including those that were returned in my search re...
wu fox — 115184970102 Jul 2006*
Hi all: Has anyone indexed chm and ppt files?LIA doesn't have an answer :( thanks in advance...
<amit_kkumar — 115192286003 Jul 2006
thanks it is working fine now DISCLAIMER == This e-mail may contain privileged and confidential information which is the property of Persistent System...
peter velthuis — 115192427303 Jul 2006*
When i start the program its fast.. about 10 docs per second. but after about 15000 it slows down very much. Now it does 1 doc per second and it is at...
Alessio Pace — 115193754503 Jul 2006*
Hi, I wanted just to share my issues with unit testing a component collaborating with a Hits object. The scenario is: I have a web page pagination com...
Bruno Vieira — 115195261603 Jul 2006*
Hi everyone, I am working on a project with around 35000 documents (8 text fields with 256 chars at most for each field) on lucene. But unfortunately ...
W.H. van Atteveldt — 115196222203 Jul 2006
Dear List, I am using lucene to count the number of hits of queries in documents (ie taking raw frequencies as scores), which seems to work fairly wel...
Mike Streeton — 115200097904 Jul 2006
The simplest solution to this I would suggest is to decode the id to relevance score e.g. Select id, addfield >From mytable Where id in (1,2,3,4,5,...
Sarvadnya Mutalik — 115201977404 Jul 2006*
Hi all, I need information about which version of Apache Lucene search engine you recommend, which is stable and recomended for production or mission-...
Sarvadnya Mutalik — 115202304204 Jul 2006*
Thanks Erik, I'm trying to run the example given along with Lucene 2.0, but its giving error. I tried debuging it, but unnable to find the soluti...
Sarvadnya Mutalik — 115202413304 Jul 2006
It is working! Thanks Winton. Regards Sam -Original Message- From: Winton Davies [mailto:] Sent: Tuesday, July 04, 2006 7:54 PM To: Subject: RE: Apach...
mcarcelen — 115203129704 Jul 2006*
Hi, I´m trying to run the source examples that are included in the book Mannig-Lucene in Action but I get bugs I´m working in windows, this is the f...
arun sharma\(rinku\) — 115203585004 Jul 2006*
Hello gentlemen, I am novice to lucene and carrot 2 but I have urgent requirement for building a prototype using lucene and carrot2. Please help me wi...
Alexander Mashtakov — 115210470305 Jul 2006*
Hi folks, I'm looking for a solution/best practices concerning Lucene and SQL database integration. The database (MySQL) is already developed and...
Seeta Somagani — 115212340305 Jul 2006
I figured that out. I was opening up a different, but similar, index. That was made evident when I printed out the document. Thanks so much, Seeta -Or...
maffittd — 115213932705 Jul 2006
...
maffittd — 115213984005 Jul 2006
I don't think the attached code made it through on the first post. Here is a second try. (See attached file: SetDirectory.java)(See attached file...
gloria_white — 115214593806 Jul 2006*
We have a Lucene index of a small size(about 150k items) that requires additions/deletions several times in a day. We could add or delete 3 to 4k docu...
Sarvadnya Mutalik — 115216613906 Jul 2006*
Hi, I'm using Lucene 2.0, latest ver of Apache Lucene search engine. After successfully indexing, when I tried to search, I'm not able to ge...
Sarvadnya Mutalik — 115216904006 Jul 2006*
I'm using the indexing technique as illustrated in the example provided by Lucene 2.0. (as in demo ==> IndexFiles.java) The Indexing the metho...
<amit_kkumar — 115217457806 Jul 2006
hi all, i am want to ask if files are indexed and on Query search in what order the paths of files are displayed. is it the highest no. of match occur...
Heng Mei — 115217578006 Jul 2006*
Hi experts, There seems to be a strange memory leak with the IndexSearcher. I get an OutOfMemoryException after a few iterations of the following loop...
Dominik Bruhn — 115220161706 Jul 2006*
Hy, how can I limit the result-count of a query in order to save time? I searched the web but didn't find a solution. Thanks Dominik...
Scott Smith — 115220810106 Jul 2006
I've been asked to do a project which provides full-text search for a large database of articles. The expectation is that most of the articles ar...
Van Nguyen — 115221630006 Jul 2006*
I have a BooleanQuery that looks like this: BooleanQuery query = new BooleanQuery(); TermQuery term1 = new TermQuery(new Term(ID, "1234")); ...
Maurice Yarrow — 115222047606 Jul 2006*
Hello Lucene community So, having looked at the api and at numerous email postings and exchanges, I see that updating a particular document in the ind...
Dominik Bruhn — 115223445707 Jul 2006*
Hy, I index articles using two fields, one for the title and one for the text. Now I want to display 5 similiar Articles for every Article during view...
Amit — 115224661807 Jul 2006*
Hi All, As i am new in lucene i need help to write some function on lucene. Pls see below i list out functionality i want. i need term membership mean...
Dominik Bruhn — 115226874707 Jul 2006*
Hy, I use the following code to index about 1 Million Documents to a empty index: = private static void do_searchindex(Connection target) throws SQLEx...
Rajiv Roopan — 115228311007 Jul 2006*
Hello, I was recently looking thru the lucene in action book and came across the scoring formula. I was wondering if the formula has changed since the...
Johannes Christen — 115229239107 Jul 2006*
Hi all.I just want to share my experience with the Berkeley DB JEDirectory implementation from the contrib. area. I spend two days evaluating and test...
Sarvadnya Mutalik — 115229336107 Jul 2006*
> http://wiki.apache.org/nutch/Nutch_-_The_Java......
Mike Streeton — 115229352907 Jul 2006*
What performs best across multiple indexes: Each index with an IndexReader with an IndexSearcher on top and the searchers linked with a ParallelMultiS...
Wang, Jeff — 115229589207 Jul 2006
Heh, you said it better than I. I was just about to reply with the witty "Nutch is Lucene, isn't it?" Jeff -Original Message- From: Chr...
Mark Miller — 115230112807 Jul 2006*
I have added support for sent/para prox search by modifying the notspan query. In doing so I have changed the standard analyzer javacc .jj file. Here ...
Jason Calabrese — 115230738207 Jul 2006*
All, For performance reasons we keep our index of over a million documents ordered alphabeticaly. This way for an alpha sort we can just use the index...
Larry Ogrodnek — 115232410908 Jul 2006*
We have a similar setup, although probably only 1/5th the number of documents and updates. I'd suggest just making periodic index backups. I...
Jon Bon Jovi — 115236100108 Jul 2006
Hello folks ! I'm looking for a way to search for a phrase, where in I shud get a hit even if some (N) words in the query phrase is not matching ...
Dominik Bruhn — 115237116308 Jul 2006*
Hy, i use Lucene to index a SQL-Table which contains three fields: a index-field, the text to search in and another field. When adding a lucene docume...
John Bonn — 115243666609 Jul 2006*
Hello folks !I'm looking for a way to search for a phrase, where in I shud get a hit even if some (N) words in the query phrase is not matching o...
Alexander Mashtakov — 115244585909 Jul 2006
Hi folks, I'd like to ask your advice about how to organize index for documents in multiple languages. As an input: The database which holds the ...
yuexiang zhang — 115251951510 Jul 2006*
I have finished importing 10,000,000 docments into Lucene 2.0 . Every document includes journalTitle and articleTitle both of which should be sortable...
dan2000 — 115253982710 Jul 2006*
When non-English word is used in TermQuery, it always returns null. With other types query, I could pass in an language specific analyzer. but with th...
James liu — 115254026410 Jul 2006*
when i try javac Package: org.apache.lucene.demo; name is IndexFiles.java it show me : FileDocument ,error info : cannot resolve symbol how can i comp...
Vladimir Olenin — 115254659210 Jul 2006*
Hi,Can anyone, pls, advise, based on which version of Lucene the 'Lucene in Action' book is written? I've looked at various releases (h...
Furash Gary — 115254836810 Jul 2006*
Maybe I'm approaching this wrong (apologies) and didn't search correctly through the archives (mia culpa), but... If I want to apply a diffe...
Van Nguyen — 115255725310 Jul 2006
That worked... thanks! -Original Message- From: Michael D. Curtin [mailto:] Sent: Thursday, July 06, 2006 1:04 PM To: Subject: Re: BooleanQuery questi...
Furash Gary — 115258142511 Jul 2006*
Big fan of lucene already. Just looking for some advice, with apologies in advance if it's been already answerd in the list and I just didn...
Next page