IndexReader.deleteDocuments

2006-10-14 Thread EDMOND KEMOKAI
x27;t have the given term. Can someone clarify this for me? Thanks Edmond Kemokai. "talk trash and carry a small stick." PAUL KRUGMAN (NYT)

Re: IndexReader.deleteDocuments

2006-10-14 Thread EDMOND KEMOKAI
rote: The javadoc is right. :) Otis - Original Message From: EDMOND KEMOKAI <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Sunday, October 15, 2006 12:49:21 AM Subject: IndexReader.deleteDocuments Hi guys, I am a newbee so excuse me if this is a repost. From the java

Re: IndexReader.deleteDocuments

2006-10-15 Thread EDMOND KEMOKAI
given term. On 10/15/06, EDMOND KEMOKAI <[EMAIL PROTECTED]> wrote: Thanks for the response Otis, below is a link to the javadoc in the API: http://lucene.apache.org/java/docs/api/org/apache/lucene/demo/DeleteFiles.html ( Deletes documents from an index that do not contain a term) Here is a l

reloading index

2006-10-16 Thread EDMOND KEMOKAI
Hi Guys How do you reload an index. I have a webapp which might need to be redeployed but whenever i test FSDirectory.list(), nothing is returned. The segments and .cfs file is in the directory but those aren't recognized either. -- "talk trash and carry a small stick." PAUL KRUGMAN (NYT)

reading indice

2006-10-16 Thread EDMOND KEMOKAI
Can someone tell me how read an index into memory, or how to open an existing index for reading? -- "talk trash and carry a small stick." PAUL KRUGMAN (NYT)

Standards Complaint Browser Campaign

2007-01-05 Thread EDMOND KEMOKAI
Hi Guys Sorry about the off-topic posting but I thought the mailing list consist of the audience for this campaign. A campaign has been launch to try to encourage web developers and webmasters from using IE hacks to obscure the browsers shortcomings. Please read the appeal from the address below

Re: Test my Lucene service

2007-01-08 Thread EDMOND KEMOKAI
Why test? LOL. just release your software and you'll find the answer, at least that is what I did:) www.megueii.com On 1/8/07, Otis Gospodnetic <[EMAIL PROTECTED]> wrote: In Lucene in Action we covered testing/monitoring performance with JUnitPerf: http://lucenebook.com/search?query=testing+pe

Lucene Internals question

2007-01-22 Thread EDMOND KEMOKAI
Hi All This is a question for those familiar with lucene document scoring. How does it compare with googles PageRank or HITS, or are they very different? I have being looking at the PageRank algorithm but I'll need to brush-off my math skills before delving into it:) -- "talk trash and carry a sm

Re: Lucene Internals question

2007-01-22 Thread EDMOND KEMOKAI
7, Nicolas Lalevée <[EMAIL PROTECTED]> wrote: Le Lundi 22 Janvier 2007 19:33, EDMOND KEMOKAI a écrit: > Hi All > This is a question for those familiar with lucene document scoring. How > does it compare with googles PageRank or HITS, or are they very different? > I have b

Re: PAGE RANKING IN LUCENE?

2007-04-14 Thread EDMOND KEMOKAI
You'll have to implement your own ranking on top of Lucene. Lucene only gives you document scores, which is a measure of how well your query match a document. Page rank determines how relevant a document is to your query, a document might score well by having a lot of the query words, but it migh