Re: deviations

2007-02-07 Thread poeta simbolista
> > You may find https://issues.apache.org/jira/browse/LUCENE-762 > useful. It hasn't been committed, but will be before 2.1 (so you > will have to apply the patch too) Also, don't worry about the > discussion of the internals, the patch as submitted by Chuck is good

Re: deviations

2007-02-06 Thread Grant Ingersoll
y Chuck is good You will have to calculate your deviations separately, but the field size info should help. -Grant On Feb 6, 2007, at 12:13 PM, poeta simbolista wrote: Hi, I would like to query results, regarding results. For example, get those results whose field "size" is 2 standa

deviations

2007-02-06 Thread poeta simbolista
Hi, I would like to query results, regarding results. For example, get those results whose field "size" is 2 standard deviations from the median. It looks like sth I should do myself, processing results first, getting the median, and then calculate that threshold and perform a new qu