Currently there is not a way to specify wildcards or "all" fields in a
qf parameter. However, if the goal is to make a bunch of dynamic
fields searchable, but without individual boosts, use copyField to
merge all of your desired dynamic fields into a single searchable one.
Erik
On Oct 4, 2008, at 5:36 AM, prerna07 wrote:
All these fields are dynamic fields hence we dont know names of all
the
fields also the number of dynamic fields is large, and we want to
search for
all these dynamic fields.
Is there any other way of query field boosting ?
prerna07 wrote:
Hi,
I am using dismaxrequesthandler to boost by query on the basis of
fields.
There are 5 indexes which contain the search string.
Field names which have this Searchcriteria are:
- statusName_s
- listOf_author
- prdMainTitle_s
- productDescription_s
- productURL_s
my query string is :
?q=Shahrukh&qt=dismaxrequest&qf=listOf_author%5E5.0+statusName_s
%5E6.0+prdMainTitle_s%5E3.0
I dont need any boosting for productDescription_s and productURL_s
hence i
am not giving these field names the query string above.
The results I am getting from this query does not contain documents
where
the searchstring is present in productDescription_s and productURL_s
fields
Is there any configuration in solrconfig which can handle this
scenario.
Let me know if you need more information.
Thanks,
Prerna
--
View this message in context:
http://www.nabble.com/Incomplete-search-by-using-dixmasequesthandler-tp19810056p19810457.html
Sent from the Solr - User mailing list archive at Nabble.com.