Re: Searching accross many fields

2008-06-16 Thread Chris Hostetter
: This works well when the number of fields is small, but what are the : performance ramifications when the number of fields is more than 1000? : Is this a serious performance killer? If yes, what would we need to : counter act it, more RAM or faster CPU's? Or both? the performance

Searching accross many fields

2008-06-05 Thread Brian Carmalt
Hello All, We are thinking about a totally dynamic indexing schema, where the only fields that known to be in the index is the ID field. This means that in order to search in the index, the field names of where we want to search must be specified. q=title:solr+content:solr+summary:solr and so

Re: Searching accross many fields

2008-06-05 Thread Otis Gospodnetic
Subject: Searching accross many fields Hello All, We are thinking about a totally dynamic indexing schema, where the only fields that known to be in the index is the ID field. This means that in order to search in the index, the field names of where we want to search must be specified