Re: PostingsSolrHighlighter

2013-12-19 Thread jd
nd the search component is > using solr.HighlightComponent . I think there is a misunderstanding the "normal" solr.HighlightComponent is working just fine, but with the PostingsSolrHighlighter i get no results. > search on searchable_text can highlight text, I copied your search url

Re: PostingsSolrHighlighter

2013-12-18 Thread Liu Bo
om/13Uan0ZF > > I'm searing there for 'q=searchable_text:labore' this is present in 'text' > and in the copyfield 'searchable_text' but it is not highlighted in 'text' > (hl.fl=text) > > The same query is working if set 'q=text

Re: PostingsSolrHighlighter

2013-12-18 Thread Josip Delic
x27;text' and in the copyfield 'searchable_text' but it is not highlighted in 'text' (hl.fl=text) The same query is working if set 'q=text:labore' as you can see in http://pastebin.com/4CP8XKnr For 2 question i figured out that the PostingsSolrHighlighter "elli

Re: PostingsSolrHighlighter

2013-12-18 Thread Liu Bo
ecify hl.fl ref: http://wiki.apache.org/solr/HighlightingParameters#hl.fl On 17 December 2013 02:29, Josip Delic wrote: > Hi @all, > > i am playing with the "PostingsSolrHighlighter". I'm running solr 4.6.0 > and my configuration is from here: > > https://luce

PostingsSolrHighlighter

2013-12-16 Thread Josip Delic
Hi @all, i am playing with the "PostingsSolrHighlighter". I'm running solr 4.6.0 and my configuration is from here: https://lucene.apache.org/solr/4_6_0/solr-core/org/apache/solr/highlight/PostingsSolrHighlighter.html Search query and result (not working): http://pasteb

Re: PostingsSolrHighlighter not working on Multivalue field

2013-06-23 Thread Floyd Wu
Any idea can help on this? 2013/6/22 Erick Erickson > Unfortunately, from here I need to leave it to people who know > the highlighting code > > Erick > > On Wed, Jun 19, 2013 at 8:40 PM, Floyd Wu wrote: > > Hi Erick, > > > > "multivalue" is my typo, thanks for your reminding. > > > > Ther

Re: PostingsSolrHighlighter not working on Multivalue field

2013-06-22 Thread Erick Erickson
Unfortunately, from here I need to leave it to people who know the highlighting code Erick On Wed, Jun 19, 2013 at 8:40 PM, Floyd Wu wrote: > Hi Erick, > > "multivalue" is my typo, thanks for your reminding. > > There is no log show anything wrong or exception occurred. > > The field definit

Re: PostingsSolrHighlighter not working on Multivalue field

2013-06-19 Thread Floyd Wu
Hi Erick, "multivalue" is my typo, thanks for your reminding. There is no log show anything wrong or exception occurred. The field definition as following The PostingSolrHighlighter only do highlight on summary field. When I send a xml file to solr like this

Re: PostingsSolrHighlighter not working on Multivalue field

2013-06-19 Thread Erick Erickson
Well, _how_ does it fail? unless it's a type it should be multiValued (not capital 'V'). This probably isn't the problem, but just in case. Anything in the logs? What is the field definition? Did you re-index after changing to multiValued? Best Erick On Tue, Jun 18, 2013 at 11:01 PM, Floyd W

PostingsSolrHighlighter not working on Multivalue field

2013-06-18 Thread Floyd Wu
In my test case, it seems this new highlighter not working. When field set multivalue=true, the stored text in this field can not be highlighted. Am I miss something? Or this is current limitation? I have no luck to find any documentations mentioned this. Floyd