Re: how to get one word frequency from a document

2011-07-17 Thread Ahmet Arslan
> This function seems to work with solr > 4.0. How can I get solr 4.0? http://wiki.apache.org/solr/NightlyBuilds

Re: how to get one word frequency from a document

2011-07-17 Thread Allen
This function seems to work with solr 4.0. How can I get solr 4.0? 2011/7/16 Ahmet Arslan : >> I am trying to use TermVectorComponent to get the word >> frequency from >> a particular document. Here is the url I used: >> "q=someword+id%3A"somedoc"&qt=tvrh&tv.all=true". >> But the result >> include

Re: how to get one word frequency from a document

2011-07-16 Thread Ahmet Arslan
> I am trying to use TermVectorComponent to get the word > frequency from > a particular document. Here is the url I used: > "q=someword+id%3A"somedoc"&qt=tvrh&tv.all=true". > But the result > includes all the words' frequency in that document. Are > there any > query filters or request parameters

how to get one word frequency from a document

2011-07-15 Thread Allen
Hi All, I am trying to use TermVectorComponent to get the word frequency from a particular document. Here is the url I used: "q=someword+id%3A"somedoc"&qt=tvrh&tv.all=true". But the result includes all the words' frequency in that document. Are there any query filters or request parameters that I