[ 
https://issues.apache.org/jira/browse/LUCY-184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13132079#comment-13132079
 ] 

Trygve Laugstøl commented on LUCY-184:
--------------------------------------

I'd like some way around it at least, because I need to check to see if the 
item already is in the index before indexing it (I'm adding extra info to the 
document if it's already there).

What are the options for proper ways? A flag that allows the user to search the 
index? A separate "index" object that represents the index on disk which can be 
queried for existence before creating the searcher?
                
> Exception is thrown when searching an empty index.
> --------------------------------------------------
>
>                 Key: LUCY-184
>                 URL: https://issues.apache.org/jira/browse/LUCY-184
>             Project: Lucy
>          Issue Type: Bug
>    Affects Versions: 0.2.1 (incubating)
>            Reporter: Trygve Laugstøl
>
> It would be very useful if Lucy didn't throw an exception on an empty index.
> {code}
> Uncaught exception from user code:
>       Index doesn't seem to contain any data
>       lucy_IxReader_do_open at 
> /Users/trygvis/.cpan/build/Lucy-0.2.1-ApxzAL/core/Lucy/Index/IndexReader.c 
> line 41
>       at lib/Hackeriet/Links/Index.pm line 118
>         [snipped]
> {code}

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


Reply via email to