[jira] Commented: (LUCENE-1524) True reverse sorting

2009-01-22 Thread Jiri Kuhn (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12666082#action_12666082 ] Jiri Kuhn commented on LUCENE-1524: --- Well, consider this. You have * a search result di

[jira] Commented: (LUCENE-1524) True reverse sorting

2009-01-22 Thread Wolf Siberski (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12666115#action_12666115 ] Wolf Siberski commented on LUCENE-1524: --- The usual semantics for sort is that items

Re: how often is site updated?

2009-01-22 Thread Grant Ingersoll
Wiki is updated w/ the info. Basically, it runs nightly. If you want it done more often, I can change it. On Jan 21, 2009, at 11:38 PM, Chris Hostetter wrote: According to this doc... http://wiki.apache.org/lucene-java/HowToUpdateTheWebsite ...Grant's crontab is used to update /www/lucene

[jira] Commented: (LUCENE-1483) Change IndexSearcher multisegment searches to search each individual segment using a single HitCollector

2009-01-22 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12666163#action_12666163 ] Mark Miller commented on LUCENE-1483: - Nice work Mike - pretty polished. I've spent a

[jira] Issue Comment Edited: (LUCENE-1483) Change IndexSearcher multisegment searches to search each individual segment using a single HitCollector

2009-01-22 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12666163#action_12666163 ] markrmil...@gmail.com edited comment on LUCENE-1483 at 1/22/09 9:58 AM:

[jira] Commented: (LUCENE-1314) IndexReader.clone

2009-01-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12666256#action_12666256 ] Shalin Shekhar Mangar commented on LUCENE-1314: --- bq. Fixed a sneaky pre-exis

[jira] Commented: (LUCENE-1524) True reverse sorting

2009-01-22 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12666279#action_12666279 ] Hoss Man commented on LUCENE-1524: -- bq. If this assumption holds for your application, yo

Re: how often is site updated?

2009-01-22 Thread Chris Hostetter
: Wiki is updated w/ the info. Basically, it runs nightly. If you want it done : more often, I can change it. doesn't matter to me ... just wasn't sure if there was a problem since i didn't know when to expect it. it all looks fine. -Hoss --

[jira] Commented: (LUCENE-1314) IndexReader.clone

2009-01-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12666334#action_12666334 ] Michael McCandless commented on LUCENE-1314: bq. Michael, does this affect Ind

Lucene’s Missing Term/Field Query Structure

2009-01-22 Thread Otis Gospodnetic
I think lots of people here will find this interesting: http://lingpipe-blog.com/2009/01/21/lucenes-missing-termfield-query-structure/ Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - To unsubscribe, e-mail

Re: Lucene’s Missing Term/Field Query Structure

2009-01-22 Thread Paul Elschot
On Friday 23 January 2009 05:15:41 Otis Gospodnetic wrote: > I think lots of people here will find this interesting: > > http://lingpipe-blog.com/2009/01/21/lucenes-missing-termfield-query-structure/ The problem that term field and value are tied by TermQuery is also solved in the Surround query