: I had tried by adding
...
: in schema.xml.
: But still problem is not resolved.
just adding LowerCaseFilterFactory *somewhere* in your schema.xml file
isn't going to solve your problem ... it needs to be part of the fields
you are actually using. you never told us which fields you are querying
on, so we have no idea if adding LowerCaseFilterFactory to the fieldtypes
you listed above is going to help you.
For the record: after chaning your analyzers, you are also going to need
to reindex your data so that the changes will be applied to the indexed
data.
PS...
http://people.apache.org/~hossman/#solr-dev
Please Use "[EMAIL PROTECTED]" Not "[EMAIL PROTECTED]"
Your question is better suited for the [EMAIL PROTECTED] mailing list ...
not the [EMAIL PROTECTED] list. solr-dev is for discussing development of
the internals of the Solr application ... it is *not* the appropriate
place to ask questions about how to use Solr (or write Solr plugins)
when developing your own applications. Please resend your message to
the solr-user mailing list, where you are likely to get more/better
responses since that list also has a larger number of subscribers.
-Hoss