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
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
> 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
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