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 42,074 messages, beginning Mar 2005
- 14 messages added yesterday
java-user.lucene.apache.org
June 2006 - page 1
Van Nguyen — 114912040601 Jun 2006
I have a question regarding the results I get back from a fuzzyquery. If I were to do a fuzzy search on: Classic series Should it come back with a res...
Kinnar Kumar Sen, Noida — 114913781501 Jun 2006
Hi Otis Here are my specifications --Query Simple query ( one to ten parameters ) and range queries ( three Parameters ) --Size of index 15 - 20 GB --...
Amaresh Kumar Yadav — 114913786701 Jun 2006*
where ?? Please send me url.. amaresh -Original Message- From: Otis Gospodnetic [mailto:] Sent: Thursday, June 01, 2006 10:04 AM To: Subject: Re: how ...
Charles Mi — 114913902301 Jun 2006*
Is there a way to preload the index into memory when the process starts? Basically I want to warm up the index before processing user queries. What ar...
Amaresh Kumar Yadav — 114914564401 Jun 2006
Hi Alexey, I want to search string into "TITLE" field only then how should add this field to doc. Regards.. Amaresh -Original Message- From:...
Chun Wei Ho — 114914950401 Jun 2006*
Hi, I use Hits to search for and get documents matching a particular query, e.g.: Hits hits = indexSearcher.search(new TermQuery(new Term("starts...
<Charles.Sanders — 114916228301 Jun 2006
Could someone give me a short explanation of the IndexWriter methods setCommitLockTimeOut() and setWriteLockTimeOut() in Lucene 2.0 and how they affec...
Mile Rosu — 114916793601 Jun 2006
Hello Otis, Thank you for the hint. I have made a custom analyzer which uses a custom tokenizer similar to CharTokenizer - it treats brackets as token...
Otis Gospodnetic — 114918013801 Jun 2006
Hello, We (Technorati) are looking for good search/IR/NLP/Comp. Linguistics/Data Mining-type people. If you are interested, please email me your CV. O...
Andrew Hudson — 114918149901 Jun 2006*
In our application we noticed that anytime there was more than one segment (as in not optimized) in the index that there was a big drop in performance...
Heng Mei — 114919561901 Jun 2006*
Hi experts, Does Lucene do any caching of Document fields during a search? If I perform a search and retrieve some fields in the Document hits, then I...
Amaresh Kumar Yadav — 114920608001 Jun 2006*
i want to search for text into "title" field only. how shuold i specify it? Regards.. Amaresh -Original Message- From: Alexey Sorokin [mailt...
Marc Dauncey — 114924138802 Jun 2006
Hi everyone, just wondered if I could get peoples opinions on a design issue. I am designing a system that uses broker / search server pattern. Each s...
Alberto Marquÿffffe9s — 114924994602 Jun 2006*
Problems with Lucene executing from Web with jsf. I do not understand because perhaps Lucene cannot be used in applications Web? This is the instructi...
Mary S — 114925391002 Jun 2006*
Hi, I want to get the freq of a term in a Doc. public int termFreq( int docID, String termName ) { IndexReader reader = IndexReader.open(directory); D...
Krishnendra Nandi — 114925919102 Jun 2006*
Regarding your message: Re: Num of a term in a Doc I will be out of the office starting 01-Jun-2006 and will not return until 04-Jun-2006. I will resp...
Dan Wiggin — 114927469502 Jun 2006*
I read about concurrency in Lucene but I'm not sure to understand well. I can't do operations of delete and add simultaniouslly.If I...
Stefan Raspl — 114930031703 Jun 2006
I will be out of the office starting 06/03/2006 and will not return until 06/26/2006. I will respond to your message when I return....
Scott Davies — 114932196003 Jun 2006*
Hi...reasonably experienced web search programmer but total Lucene newbie here. After poking through Lucene for a while, I still haven't figured ...
Roxana Angheluta — 114935591603 Jun 2006
Hello, Is it possible to quickly get the total number of terms from all documents in an Lucene index for a given field? For example IndexReader has a ...
Beady Geraghty — 114944585204 Jun 2006*
I have an out-of-memroy error when returning many hits. I am still on Lucene 1.4.3 I have a simple term query. It returned 899810 documents. I try to ...
Dan Wiggin — 114948269005 Jun 2006*
StackTrace java.io.IOException: read past EOF at org.apache.lucene.store.InputStream.refill(InputStream.java:154) at org.apache.lucene.store.InputStre...
hu andy — 114950846405 Jun 2006*
I indexed a collection of Chinese documents. I use a special segmentation api to do the analysis, because the segmentation of Chinese is different fro...
<Charles.Sanders — 114952233805 Jun 2006*
Rob, Not sure I have the answer to your question, but thought I would add my observations. According to the book "Lucene In Action", the def...
Adam Saeed — 114952899205 Jun 2006*
Can some body help me to integrate without coding all the stuff ; lucene with mysql. is there any startup document for a Newbie Java person for lucene...
Adam Saeed — 114953086705 Jun 2006*
I have not able to fix the below errors, for lucene-web demo. installed tomcat-5.5, lucene-2.0.0 and jdk 1.4. after enter search button error shows: h...
Rajiv Roopan — 114958001606 Jun 2006*
Hello, I'm using the spring framework to define my indexsearcher and indexwriter. They are defined as persistent singletons in the application. I...
Irving, Dave — 114958854106 Jun 2006*
It really helped me out loads and I would recommend it to anyone. I gave up trying to obtain it from amazon - but got it in 2 days from Blackwell Onli...
Kinnar Kumar Sen, Noida — 114959111506 Jun 2006
IT'S A REALLY GOOD BOOK TO START OFF WITH Regards and Thanks Kinnar Kumar Sen HCL Technologies Ltd. Sec-60, Noida-201301 Ph: - 09313297423 TO SUC...
Mike Streeton — 114959430806 Jun 2006*
We wrote ours for NetSearch to handle this specific issue. I suggest you create a holder class to hold the IndexReader and IndexSearcher, this can clo...
Amaresh Kumar Yadav — 114960726406 Jun 2006*
Hi All, Will u please give me some clue for searching on more than one field of document. My document has six field and i want to search on three fiel...
Alexander MASHTAKOV — 114961395306 Jun 2006*
Hi Folks, I'm working on project that is going to have free-text search mechanism. The project is completely based on open source technologies, s...
Mordo, Aviran (EXP N-NANNATEK) — 114962771206 Jun 2006
Basically you need to pre-process the query and rewrite it in a way you think it should be. Then catch the parse exception if you failed to rewrite th...
digby — 114964315607 Jun 2006*
Does everyone recommend getting this book? I'm just starting out with Lucene and like to have a book beside me as well as the web / this mailing ...
Chris Nokleberg — 114965329007 Jun 2006*
Hi all, I am using the QueryParser with a StandardAnalyzer. I would like to avoid or auto-correct anything that would lead to a ParseException. For ex...
Van Nguyen — 114967180107 Jun 2006*
I'm implementing a spellchecker in my search and have a question. After creating the index and spellchecker index, I pass in the word "ducte...
Michael Chan — 114969268707 Jun 2006*
Hi, On a 64-bit platform with 30gb RAM and 8 real CPUs, should MMapDirectory or RAMDirectory provide better search performance on a 5gb index? Cheers,...
George Aroush — 114969456907 Jun 2006*
Hi folks, Has anyone done or do you know of an API library that will take SQL statement and convert them to Lucene Query? I know not every SQL stateme...
Omar Didi — 114970678907 Jun 2006*
have a look at spring module 0.3. it has a lucene module which contains many interesting classes LuceneIndexTemplate, LuceneSearchTemplate, and all ki...
varun sood — 114971433707 Jun 2006*
Hi, I am searching two fields at a time and using MultiFieldQueryParser to parse my query (method described in In Action book). I noticed that I am ge...
michael turner — 114972936508 Jun 2006*
Hi Everyone! Working on a project that requires a Search query similiar to what is seen on"amazon.com" in that after searching for and displ...
Vinny Ng — 114976914908 Jun 2006
Dear all, I tried to use SynonymsQuery mentioned at: http://mail-archives.apache.org/mod_mbox/luce... AOEndEmail -->%3e Compiling the given source cod...
Satuluri, Venu_Madhav — 114978471908 Jun 2006
Hi all, It seems to me my Fields aren't getting analyzed before they are stored in the index. I am sure I am overlooking some obvious point here,...
Robert Haycock — 114978596308 Jun 2006
Is it possible to perform a search using fields instead of terms, eg. like this sql: SELECT col1, col2 FROM table1 WHERE col1 = col2 Or is this someth...
Satuluri, Venu_Madhav — 114978638908 Jun 2006
I am sorry about the previous mail. It turns out that I was confusing the *stored* value of the field with the *indexed* value. The indexed value is w...
Patricio — 114979607208 Jun 2006
Hello, I try to use Lucene to make some experiments with the distribution of words in documents. Using the TermPositionVector, one can compute some st...
Seeta Somagani — 114981198809 Jun 2006*
Hi, My simple search application is returning hits ordered by the default relevance. But, I noticed that when for example searched for "what...
Mordo, Aviran (EXP N-NANNATEK) — 114983646909 Jun 2006*
AFIK it is not possible to perform this kind of query with Lucene Aviran http://www.aviransplace.com -Original Message- From: Robert Haycock [mailto:]...
Alan Boo — 114983768909 Jun 2006*
g'day, i've two questions. let's say the following is my index with 2 field : title and contents title contents beer beer is good beer ...
Trieschnigg, R.B. \(Dolf\) — 114983810509 Jun 2006*
Hi, I am trying to implement an alternative scoring mechanism in Lucene. A query of multiple terms is represented as a BooleanQuery with one or more O...
Next page