Re: solr Textsearch in dse 4.8.3

2016-01-20 Thread Jack Krupansky
Solr string fields (solr.StrField) are not tokenized, so they do not have analyzers. That means they will be case-sensitive. Regex is introduced with slash characters, so you appear to be performing a wildcard query instead. Typically, you would make a copy of such a Cassandra text field (using )

solr Textsearch in dse 4.8.3

2016-01-19 Thread anuja jain
Hi, I am using solr of dse 4.8.3 to do text search on cassandra data. On a String type column when I am use regex email:*gmail* it does not return me the data that is inserted after starting cassandra in solr mode. Infact on hitting query everytime it is returning different result. Schema.xml has f