Re: multiple temporary indexes

2011-12-20 Thread graham
Could be, but I had been assuming I would need to delete each result set at the end of the users' sessions to stop the index growing and indexing time growing with it, which would probably rule out complete statistics. Graham On 12/20/11 11:58, Chantal Ackermann wrote: > > You could also create

Re: multiple temporary indexes

2011-12-20 Thread Chantal Ackermann
You could also create a single index and use a field "user" to filter results for only a single user. This would also allow for statistics over the complete base. Chantal On Tue, 2011-12-20 at 12:43 +0100, graham wrote: > Hi, > > I'm a complete newbie and currently at the stage of wondering w

multiple temporary indexes

2011-12-20 Thread graham
Hi, I'm a complete newbie and currently at the stage of wondering whether Solr might be suitable for what I want. I need to take search results collected by another system in response to user requests and allow each user to view their set of results in different ways: sorting into different order