I am getting the following error from Solr when my application is deployed
on Tomcat on Redhat, but everything works well on Tomcat on XP. Can anyone
point me in a direction of the cause?
The schemas for the two deployments are identical, but the error persists!
Thanks in advance,
Phill
I am trying to construct a data type that given the content: ID-111 would
match on either ID or 111
Text and string wont do this, any suggestions?
I am looking for documentation on how to boost a document when adding via
http post but am not finding any. Anyone have a pointer on this?
Thanks
: confused with faceting and tokenizer
On 1/10/07, Phil Rosen <[EMAIL PROTECTED]> wrote:
> Do I need to change my tokenizer for "text" fields or "query"? Or is it a
> worddeliminator issue?
Ideally, _no_ tokenization should occur for fields on which you wish
to face
Im not sure if my issue is with tokenizer or worddeliminator but here is
my problem. I have a multi value field called "styles".
Given the values: style1, style2, style3 when I ask for facets on style I
get back:
1
1
1
1
When what I would want is:
1
1
1
Do I need to change