Re: how to search against multiple attributes in the index

2009-11-13 Thread javaxmlsoapdev
rrentSearchingQuery = new BooleanQuery(); >> >> >> >> >> >> currentSearchingQuery.add(titleDescQuery,Occur.MUST); >> >> >> highlighter = new Highlighter( new QueryScorer(titleDescQuery)); >> >> >> >> >> >> TermQue

Re: how to search against multiple attributes in the index

2009-11-13 Thread Avlesh Singh
archForm.getTechGroup())); > >> >>currentSearchingQuery.add(searchTechGroupQyery, Occur.MUST); > >> >> TermQuery searchProgramQyery = new TermQuery(new > >> >> Term("techProgram",searchForm.getTechProgram())); > >> >>

Re: how to search against multiple attributes in the index

2009-11-13 Thread javaxmlsoapdev
;> >> TermQuery searchProgramQyery = new TermQuery(new >> >> Term("techProgram",searchForm.getTechProgram())); >> >>currentSearchingQuery.add(searchProgramQyery, Occur.MUST); >> >> } >> >> >> >> What's the equi

Re: how to search against multiple attributes in the index

2009-11-13 Thread Avlesh Singh
; Term("techProgram",searchForm.getTechProgram())); > >>currentSearchingQuery.add(searchProgramQyery, Occur.MUST); > >> } > >> > >> What's the equivalent Solr code for above Luce code. Any samples would > be > >> appreciated. >

Re: how to search against multiple attributes in the index

2009-11-13 Thread javaxmlsoapdev
;currentSearchingQuery.add(searchProgramQyery, Occur.MUST); >> } >> >> What's the equivalent Solr code for above Luce code. Any samples would be >> appreciated. >> >> Thanks, >> -- >> View this message in context: >> http://o

Re: how to search against multiple attributes in the index

2009-11-13 Thread Avlesh Singh
ccur.MUST); > } > > What's the equivalent Solr code for above Luce code. Any samples would be > appreciated. > > Thanks, > -- > View this message in context: > http://old.nabble.com/how-to-search-against-multiple-attributes-in-the-index-tp26339025p26339025.html > Sent from the Solr - User mailing list archive at Nabble.com. > >

how to search against multiple attributes in the index

2009-11-13 Thread javaxmlsoapdev
.nabble.com/how-to-search-against-multiple-attributes-in-the-index-tp26339025p26339025.html Sent from the Solr - User mailing list archive at Nabble.com.