Hi all,

Can I change the value of term frequency for certain files while at query
time?
For ex: if there is a scenario in which I want to ignore term frequency of
*title* field, can I modify solr/lucene code to always gives term frequency
for title as 1.

One possible way of doing it can be this
1) make a copy field of title field and modify the similarity class to
ignore tf for copy field.
But this will require re-indexing of whole content.
and it is kind of not feasible in my case as it takes 9-10 days to re-index.

I am hoping there must be a way around to ignore re-indexing.

Does anyone has any suggestions?

Regards,
Karan Jindal

Reply via email to