How could I make more metadata indexed in Solr?

2014-10-25 Thread Mengying Wang
Hi everyone, When I use the ./nutch parsechecker command to a pdf file, I see a number of metadata, e.g., ETag="cbf961-5aafc-41e4319014b80" meta:creation-date=2004-11-10T21:34:35Z dcterms:modified=2004-11-10T21:34:35Z meta:save-date=2004-11-10T21:34:35Z xmpTPg:NPages=10, etc. However, when I run t

Re: Remove indexes of XML file

2014-10-25 Thread Olivier Austina
Thank you Alex, I think I can use the file to delete corresponding indexes. Regards Olivier 2014-10-24 21:51 GMT+02:00 Alexandre Rafalovitch : > You can delete individually, all (*:* query) or by specific query. So, > if there is no common query pattern you may need to do a multi-id > query - s

Re: AW: (auto)suggestions, but ony from a "filtered" set of documents

2014-10-25 Thread Jorge Luis Betancourt González
Maybe you could use copyField to populate one field with the values (fields) that you like to use for suggestions, then you could search only on this field and filter by any other field in your schema, and take advantage on the EdgeNGramFilter placed in the new search field. Regards, - Ori

Re: solr highlighting query

2014-10-25 Thread Erick Erickson
Well, the syntax is wrong. You probably want content_raw:"jobs born"~15. The way slop works, it is the number of "moves" so this will match "jobs was a man born somewhere" and "all persons born include jobs". The difference is that the version that has "born" first and "jobs" second will take an ex

Re: Solr + HDFS settings

2014-10-25 Thread Norgorn
Ok, new problem, while collection or shard creating: Caused by: no segments* file found in NRTCachingDirectory(HdfsDirectory@3a19dc74 lockFactory=org.apache.solr.store.hdfs.HdfsLockFactory@43507d1b; maxCacheMB=192.0 maxMergeSizeMB=16.0): files: [HdfsDirectory@3a19dc74 lockFactory=org.apache.solr.s

Solr + HDFS settings

2014-10-25 Thread Norgorn
I'm trying to run SOLR with HDFS in solrconfig.xml I've written hdfs:///solr true 1 true 16384 true true true 16 192 But, when I'm trying to create collection, I get "Caused by: com.google.pr