Re: Using Hits as document space for new search

2008-09-23 Thread nukie
Thanks a lot, i've discovered about Solr , column classification and other interesting things. ;) Best Stas hossman wrote: > > > : For example, in my case it's car searching form. > : First of all i'm telling that i want to search for BMW. System returning > set > : of results. > : In pro

Re: Using Hits as document space for new search

2008-09-17 Thread nukie
Of course. In my search functionality i need ability after main search, to define more exactly what to search by adding more search parameters, and get information about search results count after adding each of new parameter. For example, in my case it's car searching form. First of all i'm

Using Hits as document space for new search

2008-09-16 Thread nukie
Hi! I'm writing application that should be using lucene for searching threw ~200 documents. Search criterias i'm collecting using BooleanQuery and ChainedFilter. Avarage search takes 150 ms, what is acceptable in my case. But i should have hits count for ~20 more variants of search criteria

Search Result Filtering

2008-08-18 Thread nukie
Hi! I've made a sample program for testing lucene : package indexer; import com.sun.xml.internal.bind.v2.schemagen.xmlschema.Occurs; import com.sun.xml.internal.ws.util.StringUtils; import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import java.util.Random; import