How can i access each query token seperately in function query . I want to
pass each token to ttf function to get total term frequency for that token.
Currently I have access to main query using $q parameter. 

Do I have to write some code to tokenize original query and add tokens as
additional parameters to main query say t1,t2,t3.... like this before
sending query to Solr. 

Is there any other way to do this using existing solr functions ?

one more questions is If I have to write my own function for this how should
I return these tokens?



-----
Nutch Solr User

"The ultimate search engine would basically understand everything in the world, 
and it would always give you the right thing."
--
View this message in context: 
http://lucene.472066.n3.nabble.com/Query-token-access-in-solr-function-queries-tp4219695.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to