RE: Wildcard searches don't work

2012-09-20 Thread Alex Cougarman
searches don't work Take a look at admin/analysis on the text_general type You'll see that StandardTokenizer is breaking the input strings up into individual tokens on the colons and hyphens, so 2010-01-27T00:00:00Z becomes the tokens 2010 01 27T00 00 00Z admin/analysis should be your fi

Re: Wildcard searches don't work

2012-09-19 Thread Erick Erickson
Take a look at admin/analysis on the text_general type You'll see that StandardTokenizer is breaking the input strings up into individual tokens on the colons and hyphens, so 2010-01-27T00:00:00Z becomes the tokens 2010 01 27T00 00 00Z admin/analysis should be your first reflex when you encounter

Re: Wildcard searches don't work

2012-09-19 Thread Ahmet Arslan
> We're having difficulty with some wildcard searches in Solr > 4.0Beta. We're using a copyField to write a "tdate" to a > "text_general" field. We are using the default definition > for the "text_general" field type. > >     indexed="true" stored="true" /> >     type="text_general" indexed="tr

Wildcard searches don't work

2012-09-18 Thread Alex Cougarman
Hi, We're having difficulty with some wildcard searches in Solr 4.0Beta. We're using a copyField to write a "tdate" to a "text_general" field. We are using the default definition for the "text_general" field type. Here's the sample data it holds: 2010-01-2