You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Bill Herbert (JIRA)" <ji...@apache.org> on 2010/05/07 19:41:49 UTC

[jira] Created: (LUCENE-2452) Is a more recent code avaailable than that provided in June 3, 2003 Version of "Parsing, indexing and searching XML with Digester and Lucene"?

Is a more recent code avaailable than that provided in June 3, 2003 Version of "Parsing, indexing and searching XML with Digester and Lucene"?
----------------------------------------------------------------------------------------------------------------------------------------------

                 Key: LUCENE-2452
                 URL: https://issues.apache.org/jira/browse/LUCENE-2452
             Project: Lucene - Java
          Issue Type: Bug
            Reporter: Bill Herbert


The online Article "Parsing, indexing, and searching XML with Digester and Lucene" <https://www.ibm.com/developerworks/library/j-lucene/> provides java code to create a Lucene index from an XML input file.  It also provides code for an index reader.  The article is dated June 03,2003.  After some modification, I was able to execute the index writer code using Lucene 3.0.1, however I have been unsuccessful in executing the code for searching the index.  Does anyone know whether more recent code is available, or if there are any instructions to bring the Index reader (i.e. AddressBookSearcher) up to date?
Thanks, Bill

-- 
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Commented: (LUCENE-2452) Is a more recent code avaailable than that provided in June 3, 2003 Version of "Parsing, indexing and searching XML with Digester and Lucene"?

Posted by "Steven Rowe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865257#action_12865257 ] 

Steven Rowe commented on LUCENE-2452:
-------------------------------------

Forgot to mention the Resources page on the Lucene wiki - tons of useful stuff there:

http://wiki.apache.org/lucene-java/Resources

> Is a more recent code avaailable than that provided in June 3, 2003 Version of "Parsing, indexing and searching XML with Digester and Lucene"?
> ----------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-2452
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2452
>             Project: Lucene - Java
>          Issue Type: Bug
>            Reporter: Bill Herbert
>
> The online Article "Parsing, indexing, and searching XML with Digester and Lucene" <https://www.ibm.com/developerworks/library/j-lucene/> provides java code to create a Lucene index from an XML input file.  It also provides code for an index reader.  The article is dated June 03,2003.  After some modification, I was able to execute the index writer code using Lucene 3.0.1, however I have been unsuccessful in executing the code for searching the index.  Does anyone know whether more recent code is available, or if there are any instructions to bring the Index reader (i.e. AddressBookSearcher) up to date?
> Thanks, Bill

-- 
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Closed: (LUCENE-2452) Is a more recent code avaailable than that provided in June 3, 2003 Version of "Parsing, indexing and searching XML with Digester and Lucene"?

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

Steven Rowe closed LUCENE-2452.
-------------------------------

    Lucene Fields:   (was: [New])
       Resolution: Invalid

Hi Bill,

You should address issues like this to the java-user@lucene.apache.org mailing list; the bug tracking system is intended to address issues with the software maintained by the Lucene project, not source code created elsewhere.  

In any case, it's a good idea to ask first on the user list, in case the issue you're having is already known.

Have you seen Lucene's [Getting Started|http://lucene.apache.org/java/3_0_1/gettingstarted.html] page?  The Lucene command line demo is mentioned there; here is a direct link to the source code, including searching against an index:

 http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/src/demo/org/apache/lucene/demo/SearchFiles.java?view=markup

Good luck,
Steve

> Is a more recent code avaailable than that provided in June 3, 2003 Version of "Parsing, indexing and searching XML with Digester and Lucene"?
> ----------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-2452
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2452
>             Project: Lucene - Java
>          Issue Type: Bug
>            Reporter: Bill Herbert
>
> The online Article "Parsing, indexing, and searching XML with Digester and Lucene" <https://www.ibm.com/developerworks/library/j-lucene/> provides java code to create a Lucene index from an XML input file.  It also provides code for an index reader.  The article is dated June 03,2003.  After some modification, I was able to execute the index writer code using Lucene 3.0.1, however I have been unsuccessful in executing the code for searching the index.  Does anyone know whether more recent code is available, or if there are any instructions to bring the Index reader (i.e. AddressBookSearcher) up to date?
> Thanks, Bill

-- 
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org