Re: Using a TermFreqVector to get counts of all words in a document

2010-10-22 Thread Grant Ingersoll
TermVectorMapper approach, but otherwise, yeah, I think >> you are on the right track. >> >> >>> >>> >>> >>> -----Original Message- >>> From: Grant Ingersoll [mailto:gsing...@apache.org] >>> Sent: 20 Oct 2010 21 20 >&g

Re: Using a TermFreqVector to get counts of all words in a document

2010-10-21 Thread appy74
to:gsing...@apache.org] > > Sent: 20 Oct 2010 21 20 > > To: java-user@lucene.apache.org > > Subject: Re: Using a TermFreqVector to get counts of all words in a > document > > > > > > On Oct 20, 2010, at 2:53 PM, Martin O'Shea wrote: > > > >

Re: Using a TermFreqVector to get counts of all words in a document

2010-10-21 Thread Grant Ingersoll
> -Original Message- > From: Grant Ingersoll [mailto:gsing...@apache.org] > Sent: 20 Oct 2010 21 20 > To: java-user@lucene.apache.org > Subject: Re: Using a TermFreqVector to get counts of all words in a document > > > On Oct 20, 2010, at 2:53 PM, Martin O'

RE: Using a TermFreqVector to get counts of all words in a document

2010-10-20 Thread Martin O'Shea
L database storage and Lucene indexing is going to be the end result. -Original Message- From: Grant Ingersoll [mailto:gsing...@apache.org] Sent: 20 Oct 2010 21 20 To: java-user@lucene.apache.org Subject: Re: Using a TermFreqVector to get counts of all words in a document On Oct 20, 201

Re: Using a TermFreqVector to get counts of all words in a document

2010-10-20 Thread Grant Ingersoll
On Oct 20, 2010, at 2:53 PM, Martin O'Shea wrote: > Uwe > > Thanks - I figured that bit out. I'm a Lucene 'newbie'. > > What I would like to know though is if it is practical to search a single > document of one field simply by doing this: > > IndexReader trd = IndexReader.open(index); >

RE: Using a TermFreqVector to get counts of all words in a document

2010-10-20 Thread Martin O'Shea
g it to Lucene. -Original Message- From: Uwe Schindler [mailto:u...@thetaphi.de] Sent: 20 Oct 2010 19 40 To: java-user@lucene.apache.org Subject: RE: Using a TermFreqVector to get counts of all words in a document TermVectors are only available when enabled for the field/document. ---

RE: Using a TermFreqVector to get counts of all words in a document

2010-10-20 Thread Uwe Schindler
TermVectors are only available when enabled for the field/document. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Martin O'Shea [mailto:app...@dsl.pipex.com] > Sent: Wednesday, October 20, 2010 8:23 PM