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?

solr and tika

2012-02-20 Thread alessio crisantemi
Hi all, In a new installation of sOlr (1.4) I configured Tika for indexing rich documents. So, I commit my files and I can find it after indexing with an http query "* http://localhost:8983/solr/select?q=attr_content:parola*"; (for search the word 'parola') and I find the committed text. but if I

Re: Text Only Extraction Using Solr and Tika

2011-05-05 Thread Ramirez, Paul M (388J)
ethod. > java.lang.NoSuchMethodError: > org.apache.poi.poifs.filesystem.DirectoryNode.iterator()Ljava/util/Iterator; Thanks, Paul Ramirez On May 5, 2011, at 6:36 AM, Emyr James wrote: > Hi All, > > I have solr and tika installed and am happily extracting and indexing > various fi

Re: Text Only Extraction Using Solr and Tika

2011-05-05 Thread Emyr James
rote: Hi Emyr, You could try using the "extractOnly=true" parameter [1]. Of course, you'll need to repost the extracted text manually. --jay [1] http://wiki.apache.org/solr/ExtractingRequestHandler#Extract_Only On Thu, May 5, 2011 at 9:36 AM, Emyr James wrote: Hi All, I have

Re: Text Only Extraction Using Solr and Tika

2011-05-05 Thread Anuj Kumar
e extracted text manually. >> >> --jay >> >> [1] http://wiki.apache.org/solr/ExtractingRequestHandler#Extract_Only >> >> >> On Thu, May 5, 2011 at 9:36 AM, Emyr James >> wrote: >> >>> Hi All, >>> >>> I have solr and

Re: Text Only Extraction Using Solr and Tika

2011-05-05 Thread Emyr James
Luker wrote: Hi Emyr, You could try using the "extractOnly=true" parameter [1]. Of course, you'll need to repost the extracted text manually. --jay [1] http://wiki.apache.org/solr/ExtractingRequestHandler#Extract_Only On Thu, May 5, 2011 at 9:36 AM, Emyr James wrote: Hi All,

Re: Text Only Extraction Using Solr and Tika

2011-05-05 Thread Jay Luker
Hi Emyr, You could try using the "extractOnly=true" parameter [1]. Of course, you'll need to repost the extracted text manually. --jay [1] http://wiki.apache.org/solr/ExtractingRequestHandler#Extract_Only On Thu, May 5, 2011 at 9:36 AM, Emyr James wrote: > Hi All, > &

Text Only Extraction Using Solr and Tika

2011-05-05 Thread Emyr James
Hi All, I have solr and tika installed and am happily extracting and indexing various files. Unfortunately on some word documents it blows up since it tries to auto-generate a 'title' field but my title field in the schema is single valued. Here is my config for the extra