DataImportHandler Transformer and environment property

2011-08-31 Thread Ahmed Boubaker
Hello, Anyone knows how can you access property environmen from a custom Transformer I defined? Also, I am wondering where "solrcore.properties" should be located in a multicore setup and how can I access the properties defined inside from various solr plugins? Many thanks for your help, Boubake

Re: highlight on prefix query

2011-08-31 Thread Ahmed Boubaker
is is correct behaviour. If you go to google and search for > "Tel", > you will see that telephone is highlighted. > > On Fri, Aug 5, 2011 at 5:42 PM, Ahmed Boubaker > wrote: > > > Hi, > > > > I am using solr 3 and highlighting is working fine. How

highlight on prefix query

2011-08-05 Thread Ahmed Boubaker
Hi, I am using solr 3 and highlighting is working fine. However when using prefix query like tel*, the highlighter highlights the whole matching words (i.e. television, telephone, ...). I am highlighting a very short field (3~5 words length). How can I prevent the highlighter from doing so? I

Dispatching a query to multiple different cores

2011-08-03 Thread Ahmed Boubaker
Hello there! I have a multicore solr with 6 different "simple" cores and somewhat different schemas and I defined another "meta" core which I would it to be a dispatcher: the requests are sent to "simple" cores and results are aggregated before sending back the results to the user. Any idea or h