Re: How do I index PDF and Word Doc

2019-09-23 Thread Pasle Choix
Thank you Susheel, Here is what I see from /opt/solr-7.7.2/server/solr/configsets/_default/conf/solrconfig.xml: true ignored_ _text_ Is there anything wrong with it and how to fix it? Thank you. Pasle Choix On Mon, Sep 23, 2019 at 2:09 PM Susheel Kumar

Re: How do I index PDF and Word Doc

2019-09-23 Thread Susheel Kumar
Which collection are you trying to index? Is the localDocs or books? you can also try to run thru steps @ exercise 1 at above link to post data to techproducts and in general it should work end to end solr-7.7.0:$ bin/post -c techproducts example/exampledocs/* Which documents do you On Mon,

Re: How do I index PDF and Word Doc

2019-09-23 Thread Susheel Kumar
Not sure which configuration you are using but double check solrconfig.xml to have entries like below and have below sr_mv_txt below in schema.xml for storing and indexing. true ignored_ sr_mv_txt Thnx On Thu, Sep 19, 2019 at 11:02 PM PasLe Choix wrote: > I am on Solr

How do I index PDF and Word Doc

2019-09-19 Thread PasLe Choix
I am on Solr 7.7, according to the official document: https://lucene.apache.org/solr/guide/7_7/solr-tutorial.html Although it is mentioned Post Tool can index a directory of files, and can handle HTML, PDF, Office formats like Word, however no example working command is given. ./bin/post -c