Re: Ant is not working in Eclipse

2011-04-23 Thread Em
I really do not know why eclipse did not transform the SVN-checked-out Lucene+Solr into a Java-Development perspective. However: Ant works. So the problem wasn't Ant. If you have the same issue, go to your .projects file and look for the natures-tag. Add there the the following lines: org.eclip

External Dictionary with Weights

2011-04-23 Thread gin corden
Hi~ We would like certain of the terms in our dictionary to be returned first in the auto-suggest list. From reading around, I gather weights can be added to our external dictionary. Could anyone point us to an example of this or give us some ideas as to how to do it? Thanks much, ~gin

RE: Solr - Multi Term highlighting issue

2011-04-23 Thread Ramanathapuram, Rajesh
I don't have hl.fl defined in my schema.xml, I am passing it in as my query parameters story, slug The elongated parameters is sent like this... 'hl' => 'on', 'hl.fragsize' => $fragsize, 'hl.maxAnalyzedChars' => $fragsize, 'hl.fl' => 'slug,story', 'hl.simple.pre' => '', 'hl.s

RE: Solr - Multi Term highlighting issue

2011-04-23 Thread Ramanathapuram, Rajesh
Also, I found this in SolrConfig.xml ... dismax explicit 0.01 text^0.5 features^1.0 name^1.2 sku^1.5 id^10.0 manu^1.1 cat^1.4 text^0.2 features^1.1 name^1.5 manu^1.4 manu_exact^1.9 popularity^0.5 recip(price,1,1000,1000)^0.

Re: Solr - Multi Term highlighting issue

2011-04-23 Thread Koji Sekiguchi
Hi Rajesh, My question was how story and slug fields are defined in schema.xml. In other words, please show us your and for those fields. Koji -- http://www.rondhuit.com/en/ (11/04/24 10:18), Ramanathapuram, Rajesh wrote: I don't have hl.fl defined in my schema.xml, I am passing it in as my

RE: Solr - Multi Term highlighting issue

2011-04-23 Thread Ramanathapuram, Rajesh
Hi Koji, My apologies for misunderstanding the question ... here is Fields ...

Re: Solr - Multi Term highlighting issue

2011-04-23 Thread Koji Sekiguchi
Thank you for sending the definitions. I thought you defined n-gram based field for story and slug, but your definitions looks fine for me. I don't understand why you got such strange snippets. I think you can open a jira issue for this problem (sorry I cannot take it at this moment) with a test

RE: Solr - Multi Term highlighting issue

2011-04-23 Thread Ramanathapuram, Rajesh
Hi Koji, Thanks for taking time to look into this issue, I really appreciate your efforts. I am wondering the problem might be a document format issue(just my guess). What is really weird is if I search for srchterm1 and srchterm2 separately, the results come up fine. If I search for multiple t

Re: Solr - Multi Term highlighting issue

2011-04-23 Thread Robert Muir
On Sat, Apr 23, 2011 at 11:36 PM, Ramanathapuram, Rajesh wrote: > What is really weird is if I search for srchterm1 and srchterm2 > separately, the results come up fine. If I search for multiple terms, > this issue seems to happen when the terms are separated by html tags and > special characters

Re: Solr - Multi Term highlighting issue

2011-04-23 Thread Ramanathapuram, Rajesh
I think I am using ver 1.4, I 'll try to review the link you provided later today. Rajesh Ramana On Apr 24, 2011, at 12:52 AM, "Robert Muir" wrote: > On Sat, Apr 23, 2011 at 11:36 PM, Ramanathapuram, Rajesh > wrote: >> What is really weird is if I search for srchterm1 and srchterm2 >> sepa

Re: MoreLikeThis

2011-04-23 Thread Grant Ingersoll
On Apr 21, 2011, at 8:46 PM, Brian Lamb wrote: > Hi all, > > I have an mlt search set up on my site with over 2 million records in the > index. Normally, my results look like: > > > >0 >204 > > > > Some result. > > > > > A similar result > >... >

Re: Distributed search

2011-04-23 Thread Grant Ingersoll
Can you please provide more information about your setup and what requests you are making? On Apr 19, 2011, at 10:40 AM, Laurent Fleifel wrote: > Hello, > > I want to do distributed search with Solr for embedded "servers" via Solrj. > > For now, I use MultiCore features (as in the tutorial) b

Re: External Dictionary with Weights

2011-04-23 Thread Grant Ingersoll
http://wiki.apache.org/solr/Suggester On Apr 23, 2011, at 11:13 PM, gin corden wrote: > Hi~ > > We would like certain of the terms in our dictionary to be returned first in > the auto-suggest list. From reading around, I gather weights can be added to > our external dictionary. Could anyone poin