You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Doron Cohen (JIRA)" <ji...@apache.org> on 2007/06/06 00:22:26 UTC

[jira] Updated: (LUCENE-909) Demo targets for running the demo

     [ https://issues.apache.org/jira/browse/LUCENE-909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doron Cohen updated LUCENE-909:
-------------------------------

    Attachment: lucene-909.patch

The patch:

1)  adds 4 targets to demo's build file:
     - demo-index-html -   Run html indexing demo (index the javadocs).
     - demo-index-text -     Run text indexing demo (index the sources of the demo).
     - demo-search-html - Run interactive search demo.
     - demo-search-text -  Run interactive search demo.

2) changes the search demo interactive print statements (which ask user input) to println(), so that the request for input shows also when the demo runs from ant (ant buffers the output until it detects eol, found no way around this). 

3) fixes a minor search demo bug, so that it now exists nicely when entering an empty query string.

> Demo targets for running the demo
> ---------------------------------
>
>                 Key: LUCENE-909
>                 URL: https://issues.apache.org/jira/browse/LUCENE-909
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Doron Cohen
>            Assignee: Doron Cohen
>            Priority: Trivial
>             Fix For: 2.2
>
>         Attachments: lucene-909.patch
>
>
> Now that the demo build targets are working and build the jar/war, it may be useful for users to also be able to run the demo with something like 'ant run-demo'. This complements existing docs/demo.html.

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