You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Renaud Richardet (JIRA)" <ji...@apache.org> on 2006/07/25 22:20:13 UTC

[jira] Created: (NUTCH-330) command line tool to search a Lucene index

command line tool to search a Lucene index
------------------------------------------

                 Key: NUTCH-330
                 URL: http://issues.apache.org/jira/browse/NUTCH-330
             Project: Nutch
          Issue Type: Improvement
          Components: searcher
    Affects Versions: 0.8-dev
         Environment: ubuntu
            Reporter: Renaud Richardet
            Priority: Minor
         Attachments: clSearch.diff

Tool to allow to search a Lucene index from the command line, makes development and testing faster
usage:   bin/nutch searchindex [index dir] [searchkeyword]
example: bin/nutch searchindex crawl/index flowers

-- 
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

        

[jira] Updated: (NUTCH-330) command line tool to search a Lucene index

Posted by "Renaud Richardet (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/NUTCH-330?page=all ]

Renaud Richardet updated NUTCH-330:
-----------------------------------

    Attachment: clSearch.diff

unified diff against head

> command line tool to search a Lucene index
> ------------------------------------------
>
>                 Key: NUTCH-330
>                 URL: http://issues.apache.org/jira/browse/NUTCH-330
>             Project: Nutch
>          Issue Type: Improvement
>          Components: searcher
>    Affects Versions: 0.8-dev
>         Environment: ubuntu
>            Reporter: Renaud Richardet
>            Priority: Minor
>         Attachments: clSearch.diff
>
>
> Tool to allow to search a Lucene index from the command line, makes development and testing faster
> usage:   bin/nutch searchindex [index dir] [searchkeyword]
> example: bin/nutch searchindex crawl/index flowers

-- 
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

        

[jira] Commented: (NUTCH-330) command line tool to search a Lucene index

Posted by "Renaud Richardet (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/NUTCH-330?page=comments#action_12426629 ] 
            
Renaud Richardet commented on NUTCH-330:
----------------------------------------

This bug is obsolte, I just found out that Nutch already allows to search from the command line via
bin/nutch org.apache.nutch.searcher.NutchBean [searchterm]. It assumes that you call it from the base of your crawl directory.


> command line tool to search a Lucene index
> ------------------------------------------
>
>                 Key: NUTCH-330
>                 URL: http://issues.apache.org/jira/browse/NUTCH-330
>             Project: Nutch
>          Issue Type: Improvement
>          Components: searcher
>    Affects Versions: 0.8
>         Environment: ubuntu
>            Reporter: Renaud Richardet
>            Priority: Minor
>         Attachments: clSearch.diff, clSearch.diff
>
>
> Tool to allow to search a Lucene index from the command line, makes development and testing faster
> usage:   bin/nutch searchindex [index dir] [searchkeyword]
> example: bin/nutch searchindex crawl/index flowers

-- 
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

        

[jira] Updated: (NUTCH-330) command line tool to search a Lucene index

Posted by "Renaud Richardet (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/NUTCH-330?page=all ]

Renaud Richardet updated NUTCH-330:
-----------------------------------

    Attachment: clSearch.diff

forgot the "echo" in sh...

> command line tool to search a Lucene index
> ------------------------------------------
>
>                 Key: NUTCH-330
>                 URL: http://issues.apache.org/jira/browse/NUTCH-330
>             Project: Nutch
>          Issue Type: Improvement
>          Components: searcher
>    Affects Versions: 0.8-dev
>         Environment: ubuntu
>            Reporter: Renaud Richardet
>            Priority: Minor
>         Attachments: clSearch.diff, clSearch.diff
>
>
> Tool to allow to search a Lucene index from the command line, makes development and testing faster
> usage:   bin/nutch searchindex [index dir] [searchkeyword]
> example: bin/nutch searchindex crawl/index flowers

-- 
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