Slow performance (Fetching Hits)

2007-02-08 Thread Laxmilal Menaria
Hello, We are using wild cards in our search for that we are passing field name and term/query to some other function(wildcardSearch() ) in some other class( QueryParserClass ) which extends MultiFieldQueryParser In wildcardSearch() we are calling super.getWildcardQuery(String field,String

Re: Slow performance (Fetching Hits)

2007-02-08 Thread Daniel Naber
On Thursday 08 February 2007 13:54, Laxmilal Menaria wrote: This will take more than 30 secs for 1,50,000 docs (40 MB Index).. What exactly takes this much time? You're not iterating over all hits, are you? Also see