Trying to debug a solr error

2007-02-01 Thread Phil Rosen
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

Trouble with data type in schema

2007-01-15 Thread Phil Rosen
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?

solr boost

2007-01-12 Thread Phil Rosen
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

RE: confused with faceting and tokenizer

2007-01-10 Thread Phil Rosen
: 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

confused with faceting and tokenizer

2007-01-10 Thread Phil Rosen
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