Thanks again for all your help. You've been great. Someday I may want to convert our xml archives into the search, but not yet. Sounds like Solr will be more scalable in the future and that may be feasible. Have a great weekend.
On 6/2/06, Yonik Seeley <[EMAIL PROTECTED]> wrote:
On 6/2/06, Tim Archambault <[EMAIL PROTECTED]> wrote: > So my educated guess would be that I would create additional "schema" xml Solr doesn't support multiple schemas. The current way to do this is to run multiple instances of Solr. Another way is to run multiple Solr webapps in the same servlet container... slightly harder for config, but easier on memory. > NumDocs: It looks like I am going to have an index of about 300,000 > documents initially and should grow by about 150 per day.. 300,000 isn't too bad at all... you should be able to get away will adding all the different document types to the same index. If you want to be able to search across multiple verticles in a single request, this is the way to go. You could always split it out later if performance becomes an issue. -Yonik