Re: About setting solrconfig.xml

2010-10-13 Thread Peter Karich
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

About setting solrconfig.xml

2010-10-12 Thread Jason, Kim
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