Jens,
Yes we are doing text search.
My question to all is, the approach of creating cores for each user is a
good idea?
AJ
On Wed, May 23, 2012 at 2:37 PM, Jens Grivolla wrote:
> So are you even doing text search in Solr at all, or just using it as a
> key-value store?
>
> If the latter, do y
Awaiting for suggestions.
On Wed, May 23, 2012 at 8:04 AM, Amit Jha wrote:
> Hi,
>
> Thanks for your advice.
> It is basically a meta search application. Users can perform a search on N
> number of data sources at a time. We broadcast Parallel search to each
> selected data sources and write da
Hi all,
greetings from my end. This is my first post on this mailing list. I have
few questions on multicore solr. For background we want to create a core
for each user logged in to our application. In that case it may be 50, 100,
1000, N-numbers. Each core will be used to write and search index i
cores per user is not good idea. The count is too high. Keep
> everything in single core. You could filter the data based on user name or
> user id.
>
> Regards
> Aditya
> www.findbestopensource.com
>
>
>
> On Tue, May 22, 2012 at 2:29 PM, Shanu Jha wrote:
>
> >
Hi all,
greetings from my end. This is my first post on this mailing list. I have
few questions on multicore solr. For background we want to create a core
for each user logged in to our application. In that case it may be 50, 100,
1000, N-numbers. Each core will be used to write and search index i