You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Fernando Mato Mira (JIRA)" <ji...@apache.org> on 2006/09/01 12:17:22 UTC

[jira] Created: (LUCENE-668) Incremental Search

Incremental Search
------------------

                 Key: LUCENE-668
                 URL: http://issues.apache.org/jira/browse/LUCENE-668
             Project: Lucene - Java
          Issue Type: Improvement
          Components: Search
    Affects Versions: 2.0.0, 1.9, 2.0.1, 2.1
         Environment: All
            Reporter: Fernando Mato Mira


Add full support for long searches executed in steps.

QueryFilters only support narrowing down a set of results, they don't allow extending it with OR clauses. They also don't allow to add new clauses to SpanQueries.

This facility is needed because repeatedly creating new queries and executing a full, more complicated query at each step is not efficient for search sessions where you may have chains of hundreds of such steps.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


[jira] Resolved: (LUCENE-668) Incremental Search

Posted by "Mark Miller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Miller resolved LUCENE-668.
--------------------------------

    Resolution: Invalid

Do you have something more concrete to propose or perhaps a patch?

> Incremental Search
> ------------------
>
>                 Key: LUCENE-668
>                 URL: https://issues.apache.org/jira/browse/LUCENE-668
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Search
>    Affects Versions: 1.9, 2.0.0, 2.1
>         Environment: All
>            Reporter: Fernando Mato Mira
>            Priority: Minor
>
> Add full support for long searches executed in steps.
> QueryFilters only support narrowing down a set of results, they don't allow extending it with OR clauses. They also don't allow to add new clauses to SpanQueries.
> This facility is needed because repeatedly creating new queries and executing a full, more complicated query at each step is not efficient for search sessions where you may have chains of hundreds of such steps.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org