Re: Incomplete search by using dixmasequesthandler

2008-10-04 Thread Erik Hatcher
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

Re: Incomplete search by using dixmasequesthandler

2008-10-04 Thread prerna07
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

Re: Incomplete search by using dixmasequesthandler

2008-10-04 Thread Erik Hatcher
On Oct 4, 2008, at 4:24 AM, prerna07 wrote: 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 - p