I've a multiValued field. Querying on it returns a multivalued result set.
But, doing a highlight query returns a single string. I also have
hl.preserveMulti=true option.
the schema of the field is as follows:
Hi,
Still it shows me 0 results.
I'm doing the following: Do a customized search and find out some "exact
matches". To those exact matches, I then apply a boost.
It's working amazingly. It's just these types of names (that I recently)
encountered weren't returning any search results.
--
View
When doing a query: "how "r" you" as:
name:("how "r" you"^100) : I get no results.
When doing it as->
name:"how "r" you"^100 : I get the correct results.
Solr parses the 1st query as ->
"q": "name:\"how \"r\" you\"100"
and the 2nd one as ->
q": "name:\"how \"r\" you\"100"
I want to get corr
Currently, while using ExtractingResourceHandler to index rich documents like
pdfs, docs, etc. solr automatically indexes the time-created/modified in
human-readable time format (Wed May 29 20:38:30 IST 2013).
How can I make solr to index the time in unixtime format?
--
View this message in co
Thanks for the link. Also, having gone quite far with my work using the PHP
Solr client, isn't there anything that could be done using the PHP Solr
client only?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Getting-indexed-content-of-files-using-ExtractingRequestHandler-tp
Sorry, but did you forget to send me the example's link?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Getting-indexed-content-of-files-using-ExtractingRequestHandler-tp4077856p4077877.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hi,
I'm using the PHP Solr client (ver: 1.0.2).
I'm indexing the contents through my database.
Suppose $data is a stdClass object having id, name, title, etc. from a
database entry.
Next, I declare a solr Document and assign fields to it.:
$doc = new SolrInputDocument();
$doc->addField ('id' ,