Hey guys,
I have a quick question about using solrj to connect to multiple slaves.
My application is deployed on multiple boxes that have to talk to
multiple solr slaves. In order to take advantage of the queryResult
cache, each request from one of my app boxes should be redirected to the
same
. . . . . . . . . . . . . . . . . .
Simpy -- http://www.simpy.com/ - Tag - Search - Share
- Original Message
From: "Keene, David" <[EMAIL PROTECTED]>
To: Teruhiko Kurosaka <[EMAIL PROTECTED]>
Cc: solr-user@lucene.apache.org
Sent: Thursday, October 4, 2007 4:44:59 PM
Subject
Jae,
The easiest way to do this is with CopyField.
These entries in your schema will accomplish that:
Field 3 will have the tokens from both field 1 and 2 in it.
If you want to merge those 2 fields for display, I would just concat
them at display time.
Dave
-Original Message
MAIL PROTECTED]
Sent: Thursday, October 04, 2007 12:44 PM
To: Keene, David
Cc: solr-user@lucene.apache.org
Subject: RE: question about bi-gram analysis on query
Hello David,
> And if I do a search in Luke and the solr analysis page
> for美聯, I get a hit. But on the actual search, I don
Hey guys,
I'm trying to index a field in Chinese using the CJKTokenizer, and I'm finding
that my searches on the index are not working at all. The index is created
properly (looking with Luke), and when I search against it with Luke the data
comes back as I would expect. Also, when I use the