[jira] Commented: (LUCENE-1345) Allow Filter as clause to BooleanQuery

2009-01-12 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662907#action_12662907 ] Paul Elschot commented on LUCENE-1345: -- To add a Filter is as a clause to a BooleanQu

[jira] Commented: (LUCENE-1479) TrecDocMaker skips over documents when "Date" is missing from documents

2009-01-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662941#action_12662941 ] Michael McCandless commented on LUCENE-1479: Patch looks great Shai! I'll com

[jira] Resolved: (LUCENE-1479) TrecDocMaker skips over documents when "Date" is missing from documents

2009-01-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1479. Resolution: Fixed Fix Version/s: (was: 2.4.1) Lucene Fields: [New, P

Re: How to see the indexed terms

2009-01-12 Thread Grant Ingersoll
Have a look at the TermEnum and TermDocs classes. http://lucene.apache.org/java/2_4_0/api/org/apache/lucene/index/TermEnum.html Also, next time please use java-u...@lucene.apache.org for usage questions. Java-dev is for discussion on building the internals of Lucene and java-user is for us

[jira] Commented: (LUCENE-1345) Allow Filter as clause to BooleanQuery

2009-01-12 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662984#action_12662984 ] Earwin Burrfoot commented on LUCENE-1345: - What about complete merge of filters/qu

[jira] Commented: (LUCENE-1345) Allow Filter as clause to BooleanQuery

2009-01-12 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662993#action_12662993 ] Paul Elschot commented on LUCENE-1345: -- This: bq. boolQuery.add(new TermQuery(..), SH

[jira] Issue Comment Edited: (LUCENE-1345) Allow Filter as clause to BooleanQuery

2009-01-12 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662993#action_12662993 ] paul.elsc...@xs4all.nl edited comment on LUCENE-1345 at 1/12/09 8:38 AM: ---

[jira] Commented: (LUCENE-1345) Allow Filter as clause to BooleanQuery

2009-01-12 Thread Marvin Humphrey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662998#action_12662998 ] Marvin Humphrey commented on LUCENE-1345: - > (SHOULD cannot be used for filters as

[jira] Commented: (LUCENE-1345) Allow Filter as clause to BooleanQuery

2009-01-12 Thread Marvin Humphrey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663021#action_12663021 ] Marvin Humphrey commented on LUCENE-1345: - Uwe Schindler: > Maybe I should create

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

2009-01-12 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663023#action_12663023 ] Jason Rutherglen commented on LUCENE-1314: -- Fixing the norms bytes loading is goo

Re: Realtime Search

2009-01-12 Thread Jason Rutherglen
"Patch #2: Implement a realtime ram index class I think this one is optional, or, rather an optimazation that we can swap in later if/when necessary? Ie for starters little segments are written into the main Directory." John, Zoie could be of use for this patch. In addition, we may want to impleme

Re: Realtime Search

2009-01-12 Thread Jason Rutherglen
Grant, Do you have a proposal in mind? It would help to suggest something like some classes and methods to help understand an alternative to what is being discussed. -J On Fri, Jan 9, 2009 at 12:05 PM, Grant Ingersoll wrote: > I realize we aren't adding read functionality to the Writer, but it

[jira] Commented: (LUCENE-1345) Allow Filter as clause to BooleanQuery

2009-01-12 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663055#action_12663055 ] Doug Cutting commented on LUCENE-1345: -- Uwe> Maybe I should create an new JIRA issue

[jira] Created: (LUCENE-1518) Merge Query and Filter classes

2009-01-12 Thread Uwe Schindler (JIRA)
Merge Query and Filter classes -- Key: LUCENE-1518 URL: https://issues.apache.org/jira/browse/LUCENE-1518 Project: Lucene - Java Issue Type: Improvement Components: Search Affects Versions: 2.4

[jira] Updated: (LUCENE-1518) Merge Query and Filter classes

2009-01-12 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1518: -- Attachment: LUCENE-1518.patch This is the patch. Most tests pass. Problems are only in the te

[jira] Commented: (LUCENE-1518) Merge Query and Filter classes

2009-01-12 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663069#action_12663069 ] Uwe Schindler commented on LUCENE-1518: --- Further patches must now remove the depreca

[jira] Commented: (LUCENE-1345) Allow Filter as clause to BooleanQuery

2009-01-12 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663070#action_12663070 ] Uwe Schindler commented on LUCENE-1345: --- I created and linked a new issue LUCENE-151

Re: Realtime Search

2009-01-12 Thread Grant Ingersoll
Just thinking out loud... haven't looked at your patch yet (one of these days I will be back up for air) My initial thought is that you would have a factory that produced both the Reader and the Writer as a pair, or was at least aware of what to go get from the Writer Something like: cl

[jira] Commented: (LUCENE-1345) Allow Filter as clause to BooleanQuery

2009-01-12 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663075#action_12663075 ] Paul Elschot commented on LUCENE-1345: -- Ok, I'll wait for LUCENE-1518. > Allow Filt

[jira] Commented: (LUCENE-1518) Merge Query and Filter classes

2009-01-12 Thread Marvin Humphrey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663077#action_12663077 ] Marvin Humphrey commented on LUCENE-1518: - > the query can be executed and returns

[jira] Issue Comment Edited: (LUCENE-1518) Merge Query and Filter classes

2009-01-12 Thread Marvin Humphrey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663077#action_12663077 ] creamyg edited comment on LUCENE-1518 at 1/12/09 12:40 PM: -

[jira] Commented: (LUCENE-1518) Merge Query and Filter classes

2009-01-12 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663090#action_12663090 ] Doug Cutting commented on LUCENE-1518: -- > Why 1.0 and not 0.0? 0.0 does seem more ap

[jira] Commented: (LUCENE-1518) Merge Query and Filter classes

2009-01-12 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663091#action_12663091 ] Uwe Schindler commented on LUCENE-1518: --- bq. Why 1.0 and not 0.0? I chose to use 0.0

[jira] Commented: (LUCENE-1518) Merge Query and Filter classes

2009-01-12 Thread Eks Dev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663120#action_12663120 ] Eks Dev commented on LUCENE-1518: - nice, you did it top down (api), Paul takes it bottom

[jira] Commented: (LUCENE-1518) Merge Query and Filter classes

2009-01-12 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663131#action_12663131 ] Paul Elschot commented on LUCENE-1518: -- bq. There used to be places that filtered any

[jira] Commented: (LUCENE-1518) Merge Query and Filter classes

2009-01-12 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663133#action_12663133 ] Jason Rutherglen commented on LUCENE-1518: -- Hopefully this will allow caching of

[jira] Commented: (LUCENE-1518) Merge Query and Filter classes

2009-01-12 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663134#action_12663134 ] Uwe Schindler commented on LUCENE-1518: --- In my opinion, both approches could be comb

[jira] Issue Comment Edited: (LUCENE-1518) Merge Query and Filter classes

2009-01-12 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663134#action_12663134 ] thetaphi edited comment on LUCENE-1518 at 1/12/09 2:41 PM: