You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Linbin Chen (Created) (JIRA)" <ji...@apache.org> on 2011/11/28 16:08:39 UTC

[jira] [Created] (SOLR-2924) user SolrIndexSearcherFactory to create SolrIndexSearcher ?

user SolrIndexSearcherFactory to create SolrIndexSearcher ?
-----------------------------------------------------------

                 Key: SOLR-2924
                 URL: https://issues.apache.org/jira/browse/SOLR-2924
             Project: Solr
          Issue Type: New Feature
          Components: search
            Reporter: Linbin Chen
             Fix For: 3.6, 4.0


SolrIndexSearcherFactory can create custom 'MySolrIndexSearcher' that inherit SolrIndexSearcher.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Commented] (SOLR-2924) use SolrIndexSearcherFactory to create SolrIndexSearcher ?

Posted by "Yonik Seeley (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13159066#comment-13159066 ] 

Yonik Seeley commented on SOLR-2924:
------------------------------------

You're in luck!  Near real time search is a common goal of many people, so you shouldn't need anything custom.  We should build as much of it into Solr as possible.  We've got a good start already: http://wiki.apache.org/solr/NearRealtimeSearch
                
> use SolrIndexSearcherFactory to create SolrIndexSearcher ?
> ----------------------------------------------------------
>
>                 Key: SOLR-2924
>                 URL: https://issues.apache.org/jira/browse/SOLR-2924
>             Project: Solr
>          Issue Type: New Feature
>          Components: search
>            Reporter: Linbin Chen
>             Fix For: 3.6, 4.0
>
>
> SolrIndexSearcherFactory can create custom 'MySolrIndexSearcher' that inherit SolrIndexSearcher.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Commented] (SOLR-2924) use SolrIndexSearcherFactory to create SolrIndexSearcher ?

Posted by "Linbin Chen (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13159059#comment-13159059 ] 

Linbin Chen commented on SOLR-2924:
-----------------------------------

I will try to get near realtime searcher by custom SolrIndexSearcher. which kind of functionality(implement) will you recommend.

                
> use SolrIndexSearcherFactory to create SolrIndexSearcher ?
> ----------------------------------------------------------
>
>                 Key: SOLR-2924
>                 URL: https://issues.apache.org/jira/browse/SOLR-2924
>             Project: Solr
>          Issue Type: New Feature
>          Components: search
>            Reporter: Linbin Chen
>             Fix For: 3.6, 4.0
>
>
> SolrIndexSearcherFactory can create custom 'MySolrIndexSearcher' that inherit SolrIndexSearcher.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (SOLR-2924) use SolrIndexSearcherFactory to create SolrIndexSearcher ?

Posted by "Linbin Chen (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Linbin Chen updated SOLR-2924:
------------------------------

    Summary: use SolrIndexSearcherFactory to create SolrIndexSearcher ?  (was: user SolrIndexSearcherFactory to create SolrIndexSearcher ?)
    
> use SolrIndexSearcherFactory to create SolrIndexSearcher ?
> ----------------------------------------------------------
>
>                 Key: SOLR-2924
>                 URL: https://issues.apache.org/jira/browse/SOLR-2924
>             Project: Solr
>          Issue Type: New Feature
>          Components: search
>            Reporter: Linbin Chen
>             Fix For: 3.6, 4.0
>
>
> SolrIndexSearcherFactory can create custom 'MySolrIndexSearcher' that inherit SolrIndexSearcher.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Commented] (SOLR-2924) use SolrIndexSearcherFactory to create SolrIndexSearcher ?

Posted by "Yonik Seeley (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13158516#comment-13158516 ] 

Yonik Seeley commented on SOLR-2924:
------------------------------------

I'm not sure it's a good idea to attempt to make SolrIndexSearcher a pluggable component.
What functionality are you trying to change?  Perhaps we could come up with a solution that doesn't involve overriding SolrIndexSearcher.
                
> use SolrIndexSearcherFactory to create SolrIndexSearcher ?
> ----------------------------------------------------------
>
>                 Key: SOLR-2924
>                 URL: https://issues.apache.org/jira/browse/SOLR-2924
>             Project: Solr
>          Issue Type: New Feature
>          Components: search
>            Reporter: Linbin Chen
>             Fix For: 3.6, 4.0
>
>
> SolrIndexSearcherFactory can create custom 'MySolrIndexSearcher' that inherit SolrIndexSearcher.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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