Re: Document Frequency Error

2008-05-20 Thread Otis Gospodnetic
Hi, I have a feeling we won't be able to help. Not sure if you are aware of it, but Lucene.net has its own mailing list. But you seem to be using NLucene, which is supported by a commercial company, in Russia I believe, and this is different from the .Net port of Lucene called Lucene.Net. Oti

Re: distributed lucene progress

2008-05-20 Thread Otis Gospodnetic
Oh, it very much did. Check Hadoop Wiki's "Recent Changes", it's there. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Chris Hostetter <[EMAIL PROTECTED]> > To: java-user@lucene.apache.org > Sent: Tuesday, May 20, 2008 5:58:08 PM > Subject

How to return entire resultset which includes the highlighted keywords

2008-05-20 Thread syedfa
Dear Fellow Java/Lucene developers: I am trying to use the Highlighter class to return the keywords that the user is searching for in bold. However, instead of returning a fragment of the block of text where the keyword is found, I would like to return the ENTIRE block of text. Here is the bloc

Re: Treatment of Metadata

2008-05-20 Thread Grant Ingersoll
Hi Tod, Lucene doesn't know anything you don't tell it about your documents/ metadata. You would need to create fields for the metadata for a document and then index them. You could just do something like a document with fields: text author createDate ... These all can be "separate" when

Re: distributed lucene progress

2008-05-20 Thread Chris Hostetter
:What is the current status on the distributed lucene project proposed at: : : http://www.mail-archive.com/[EMAIL PROTECTED]/msg00338.html I don't think it ever got passed the initial idea stage ... or, if it did: I haven't heard about it. -Hoss --

Document Frequency Error

2008-05-20 Thread jjiao
Hello, guys, I know this forum is for java user. But I think the .Net version is converted from Java and I was really blocked by the error. I am using the NLucene. I am trying to get the document frequency for each term. The code is as follows. IndexReader reader = IndexReader.Open("temp_index")

Re: slow FieldCacheImpl.createValue

2008-05-20 Thread Chris Lu
This should have a great boost to performance. Any plan to merge it into the main brance instead of patch? -- Chris Lu - Instant Scalable Full-Text Search On Any Database/Application site: http://www.dbsight.net demo: http://search.dbsight.com Lucene Database Search in 3 m

RE: Version 2.3 Does Not Index/Digest All Document Tokens

2008-05-20 Thread Itamar Syn-Hershko
Just a thought - are the files you're indexing larger than 10,000 words (MAX_FIELD_LENGTH)? If so, maybe either your code or Lucene 2.3.* have changed something in maxFieldLength implementation... Itamar. -Original Message- From: Dan Rugg [mailto:[EMAIL PROTECTED] Sent: Friday, May 16,

Treatment of Metadata

2008-05-20 Thread Tod
I have a couple of quick questions about how Lucene indexes metadata: - Does it do anything special with metadata or treat it as a supplement to the words in the document? I have a feeling that the answer is that out of the box lucene does nothing special with metadata and that its treated ju

Re: slow FieldCacheImpl.createValue

2008-05-20 Thread Jason Rutherglen
https://issues.apache.org/jira/browse/LUCENE-1278 solves this problem On Tue, May 20, 2008 at 1:32 AM, Anshum <[EMAIL PROTECTED]> wrote: > Hey Alex, > I guess you haven't tried warming up the engine before putting it to use. > Though one of the simpler implementation, you could try warming up the