Re: A few questions about solr and tika

2013-10-17 Thread primoz . skale
dexed=false and stored=false 3) if you want to limit the returned fields in query response use query parameter 'fl'. Primoz From: wonder To: solr-user@lucene.apache.org Date: 17.10.2013 14:44 Subject: Re: A few questions about solr and tika Thanks for answer. If I don

Re: A few questions about solr and tika

2013-10-17 Thread wonder
Tika ( http://www.youtube.com/watch?v=ifgFjAeTOws) - ExtractingRequestHandler ( http://wiki.apache.org/solr/ExtractingRequestHandler) - Uploading Data with Solr Cell using Apache Tika ( https://cwiki.apache.org/confluence/display/solr/Uploading+Data+with+Solr+Cell+using+Apache+Tika ) Primož F

Re: A few questions about solr and tika

2013-10-17 Thread primoz . skale
/solr/Uploading+Data+with+Solr+Cell+using+Apache+Tika ) Primož From: wonder To: solr-user@lucene.apache.org Date: 17.10.2013 12:23 Subject: A few questions about solr and tika Hello everyone! Please tell me how and where to set Tika options in Solr? Where is Tica conf? I'

A few questions about solr and tika

2013-10-17 Thread wonder
Hello everyone! Please tell me how and where to set Tika options in Solr? Where is Tica conf? I'm want to know how I can eliminate not required to me response attribute(such as links or images)? Also I am interesting how i can get and index only metadata in several file formats?