Re: XPathEntityProcessor nested in TikaEntityProcessor query null exception

2013-09-28 Thread Andreas Owen
thanks but the first suggestion is already implemented and the 2. didn't work. i have also tried htmlMapper="identity" but nothing worked. i also tried this but the html was stripped in both fields but in the end i think it's best to cut tika o

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-28 Thread Ing. Jorge Luis Betancourt Gonzalez
I forgot to mention you could check the boost section on the configuration file of the core to see how your suggestions will be ranked, basically the boost factor for each field allows you to decide which suggestion do you like to come first, perhaps in your app you could keep track of how much

Re: Section Search in SOLR

2013-09-28 Thread Rohit Kumar
Thanks Jack for quick reply. Probably my question was not elaborate enough. Let me add more explanation. *Option 1: * Even if I flatten my document to store separate *experiences* in multivalued field, solr will still return me the doc id 1 and 2 if i query : *fq=**experience:Boeing&fq=**experie

Re: Section Search in SOLR

2013-09-28 Thread Jack Krupansky
"multivalued fields maintained in order" That is not a feature supported by Solr. Solr will maintain the order of an individual multivalued field and will return the values of that field in order, but makes no other use of the order. Ditto for "corresponding multivalued fields". Solr does no

Section Search in SOLR

2013-09-28 Thread Rohit Kumar
Hi, I have following SOLR documents indexed. 1 Boeing Kaseya Executive Technician 2 Boeing Kodak Technician Executive Company name and Position name are multivalued fields maintained in order.

Re: Update field properties via Schema Rest API ?

2013-09-28 Thread bengates
Haha, Thanks for your reply, that's what I'll do then. Unfortunately I can speak Java as well as I can speak ancient Chinese in Sign Language... ^^ -- View this message in context: http://lucene.472066.n3.nabble.com/Update-field-properties-via-Schema-Rest-API-tp4087907p4092507.html Sent from

Re: How to apply sum function on multiValued field

2013-09-28 Thread Otis Gospodnetic
You can't sum with a non-numeric field. Otis Solr & ElasticSearch Support http://sematext.com/ On Sep 28, 2013 8:22 AM, "shruti suri" wrote: > Hi, > > Please Suggest How to apply Sum Function on multivalued field? > > q=_val_:"sum(title,source)"&fl=score > > Gives me Error of "can not use FieldC

Re: Update field properties via Schema Rest API ?

2013-09-28 Thread Erick Erickson
Well, you can always raise a JIRA, I'm about to raise a related one. And a JIRA with a patch (it is open-source, after all) is even better ;) Best, Erick On Sat, Sep 28, 2013 at 6:44 AM, bengates wrote: > By the way, > > Is there a place where we can post our feature requests on Solr ? > > Besi

Re: Xml file is not inserting from code java -jar post.jar *.xml

2013-09-28 Thread Erick Erickson
Probably best to ask on the solrnet forum. I'm guessing that solrnet just uses an HTTP connection under the covers. If so there wouldn't be anything to do really except compile your client against the solrnet DLL and go. Best, Erick On Sat, Sep 28, 2013 at 2:01 AM, Kishan Parmar wrote: > i have

Re: autocomplete_edge type split words

2013-09-28 Thread Erick Erickson
You've probably been doing this right along, but adding debug=query will show the parsed query. I really question though, your apparent combination of autoGeneratePhraseQuery what looks like an ngram field. I'm not at all sure how those would interact... Best, Erick On Fri, Sep 27, 2013 at 10:12

How to apply sum function on multiValued field

2013-09-28 Thread shruti suri
Hi, Please Suggest How to apply Sum Function on multivalued field? q=_val_:"sum(title,source)"&fl=score Gives me Error of "can not use FieldCache on multivalued field: title". Regards Shruti -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-apply-sum-function-on-m

Re: Update field properties via Schema Rest API ?

2013-09-28 Thread bengates
By the way, Is there a place where we can post our feature requests on Solr ? Besides this one, it would be great to be able to tell Solr in the schema.xml, that the default value of a field, is the value of another field, instead of a static value. Best, Ben -- View this message in context:

Re: Cross index join query performance

2013-09-28 Thread Upayavira
The thing here is to understand how a join works. Effectively, it does the inner query first, which results in a list of terms. It then effectively does a multi-term query with those values. q=size:large {!join fromIndex=other from=someid to=someotherid}type:shirt Imagine the inner join returned