I am developing an application. I have to index all pdf, docx, links uploaded by various user. Indexing is working fine and it search the documents but it is not supporting full text search. When I am searching a word inside the pdf, it shows no result found. May I need to add some thing for Solr full text search in schema.xml?
I am new to solr so please help..
In schema, I have added these fields, and solr doing indexing on these fields,
<field name="title" type="text_general" indexed="true" stored="true"/>
<field name="description" type="text_general" indexed="true" stored="true"/>
but not doing full text search, and I am using solr-4.7.2