Verifying autoscale events via History Api

2018-07-10 Thread Duncan, Adam
Hi all, We are trying to confirm that a Autoscaling ‘nodeAdded’ event triggers when a node joins the cluster using the History Api. We’ve added a node to the cluster but do not see any records in the Autoscale History endpoint. As a side note, we had to manually create the .system collection

Re: facet or filter based on user's history

2011-01-20 Thread Jon Brock
t makes a nice user experience. Aside from user history there are going to be other dynamic lists that will be useful. Something like a "what's hot" filter that has the top X% of titles by popularity today, this week, and this month. Or a historical snapshot like what was popular thi

Re: facet or filter based on user's history

2011-01-19 Thread Jonathan Rochkind
The problem is going to be 'near real time' indexing issues. Solr 1.4 at least does not do a very good job of handling very frequent commits. If you want to add to the user's history in the Solr index ever time they click the button, and they click the button a lot, and this

Re: facet or filter based on user's history

2011-01-19 Thread Markus Jelsma
> Hi, > > I'm looking for ideas on how to make an efficient facet query on a > user's history with respect to the catalog of documents (something > like "Read document already: yes / no"). The catalog is around 100k > titles and there are several thousand users.

facet or filter based on user's history

2011-01-19 Thread Jon Brock
Hi, I'm looking for ideas on how to make an efficient facet query on a user's history with respect to the catalog of documents (something like "Read document already: yes / no"). The catalog is around 100k titles and there are several thousand users. Of course, each user has

Re: history

2007-07-08 Thread climbingrose
Accidentally I have a very similar use case. Thanks for advice. On 7/8/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 7/7/07, Brian Whitman <[EMAIL PROTECTED]> wrote: > I have been trying to plan out a history function for Solr. When I > update a document with an existing u

RE: history

2007-07-07 Thread Norskog, Lance
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yonik Seeley Sent: Saturday, July 07, 2007 9:21 AM To: solr-user@lucene.apache.org Subject: Re: history On 7/7/07, Brian Whitman <[EMAIL PROTECTED]> wrote: > I have been trying to plan out a history function

Re: history

2007-07-07 Thread Yonik Seeley
On 7/7/07, Brian Whitman <[EMAIL PROTECTED]> wrote: I have been trying to plan out a history function for Solr. When I update a document with an existing unique key, I would like the older version to stay around and get tagged with the date and some metadata to indicate it's not

history

2007-07-07 Thread Brian Whitman
I have been trying to plan out a history function for Solr. When I update a document with an existing unique key, I would like the older version to stay around and get tagged with the date and some metadata to indicate it's not "live." Any normal search would not touch hi