Re: Reg:- StrField Analyzer Issue

2017-06-14 Thread @Nandan@
Thanks Erick For best Explanation. The issue with My data is as below. :- I have few data on my books table. cqlsh:nandan> select * from books; id | author | date | isbn | solr_query | title --+--+--+

Re: Reg:- StrField Analyzer Issue

2017-06-14 Thread Erick Erickson
Back up a bit and tell us why you want to use StrField, because what you're trying to do is somewhat confused. First of all, StrFields are totally unanalyzed. So defining an as part of a StrField type definition is totally unsupported. I'm a bit surprised that Solr even starts up. Second, you ca

Reg:- StrField Analyzer Issue

2017-06-14 Thread @Nandan@
Hi , I am using Apache Solr for do advanced searching with my Big Data. When I am creating Solr core , then by default for text field , it is coming as TextField data type and class. Can you please tell me how to change TextField to StrField. My table contains record into English as well as Chin