AW: AW: AW: (auto)suggestions, but ony from a "filtered" set of documents

2014-10-26 Thread Clemens Wyss DEV
Thx Mike, at the moment I do not see/understand what the advantage of " feed a single suggester from multiple fields" compared to "using copyfields to feed the suggester field" is? Also, coming back to my main issue, how does your approach allow me to "filter the documents to be taken into cons

how to query this?

2014-10-26 Thread rulinma
I have a query on course: 1. if course will begin, then sort those by beginTime asc. 2. if couse ended, then sort those by begin desc. how to query use solr? thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-query-this-tp4165998.html Sent from the Solr - User

RE: OpenExchangeRates.Org rates in solr

2014-10-26 Thread Will Martin
Cool. After I wrote it occurred to me that the exchange rates API might make for a very useful contrib/ component. Good luck. -Original Message- From: Olivier Austina [mailto:olivier.aust...@gmail.com] Sent: Sunday, October 26, 2014 3:11 PM To: solr-user@lucene.apache.org Subject: Re:

Heavy Multi-threaded indexing and SolrCloud 4.10.1 replicas out of synch.

2014-10-26 Thread S.L
Folks, I have posted previously about this , I am using SolrCloud 4.10.1 and have a sharded collection with 6 nodes , 3 shards and a replication factor of 2. I am indexing Solr using a Hadoop job , I have 15 Map fetch tasks , that can each have upto 5 threds each , so the load on the indexing si

Re: AW: AW: (auto)suggestions, but ony from a "filtered" set of documents

2014-10-26 Thread Michael Sokolov
This project (https://github.com/safarijv/ifpress-solr-plugin/) has some examples of custom Solr UpdateRequestProcessors that feed a single suggester from multiple fields, applying different weights to them, using complete values from some and analyzing others into tokens. The first thing I di

Re: OpenExchangeRates.Org rates in solr

2014-10-26 Thread Olivier Austina
Hi Will, I am learning Solr now. I can use it later for business or for free access. Thank you. Regards Olivier 2014-10-26 17:32 GMT+01:00 Will Martin : > Hi Olivier: > > Can you clarify this message? Are you using Solr at the business? Or are > you giving free access to solr installations? >

RE: OpenExchangeRates.Org rates in solr

2014-10-26 Thread Will Martin
Hi Olivier: Can you clarify this message? Are you using Solr at the business? Or are you giving free access to solr installations? Thanks, Will -Original Message- From: Olivier Austina [mailto:olivier.aust...@gmail.com] Sent: Sunday, October 26, 2014 10:57 AM To: solr-user@lucene.apac

Re: suggestion for new custom atomic update

2014-10-26 Thread Alexandre Rafalovitch
I am not sure what the problem is. URP catches all operations. So, you can modify the source document to add the calculation when the field_a is either new or updated. Or are you trying to calculate things across multiple documents? In that case, neither mine nor your solution will work, I think.

RE: suggestion for new custom atomic update

2014-10-26 Thread Elran Dvir
Thanks for your response. If the calculation is based on the most recent summed value of field_a and the value of field_a in the update, how can I? Thanks. -Original Message- From: Alexandre Rafalovitch [mailto:arafa...@gmail.com] Sent: Sunday, October 26, 2014 2:11 PM To: solr-user Su

OpenExchangeRates.Org rates in solr

2014-10-26 Thread Olivier Austina
Hi, There is a way to see the OpenExchangeRates.Org rates used in Solr somewhere. I have changed the configuration to use these rates. Thank you. Regards Olivier

RE: suggestion for new custom atomic update

2014-10-26 Thread Alexandre Rafalovitch
Can't you do the calculation in custom UpdateRequestProcessor? Regards, Alex On 26/10/2014 4:17 am, "Elran Dvir" wrote: > Hi all, > > Did anyone have a chance to review my idea? > > Thanks. > > -Original Message- > From: Elran Dvir > Sent: Monday, October 20, 2014 12:42 PM > To: solr

RE: suggestion for new custom atomic update

2014-10-26 Thread Elran Dvir
Hi all, Did anyone have a chance to review my idea? Thanks. -Original Message- From: Elran Dvir Sent: Monday, October 20, 2014 12:42 PM To: solr-user Subject: suggestion for new custom atomic update Hi all, This is my use case: I have a stored field, field_a, which is atomic updated

AW: AW: (auto)suggestions, but ony from a "filtered" set of documents

2014-10-26 Thread Clemens Wyss DEV
> Maybe you could use copyField to populate one field with the values >(fields) that you like to use for suggestions We intended to do this in any case > take advantage on the EdgeNGramFilter placed in the new search field Something like http://lucidworks.com/blog/auto-suggest-from-popular-queri