Hi Jason,
> Hi, all.
> I got some question about solrconfig.xml.
> I have 10 fields in a document for index.
> (Suppose that field names are f1, f2, ... , f10.)
> Some user will want to search in field f1 and f5.
> Another user will want to search in field f2, f3 and f7.
>
> I am going to use dism
Hi, all.
I got some question about solrconfig.xml.
I have 10 fields in a document for index.
(Suppose that field names are f1, f2, ... , f10.)
Some user will want to search in field f1 and f5.
Another user will want to search in field f2, f3 and f7.
I am going to use dismax handler for this.
How