[
https://issues.apache.org/jira/browse/LUCENE-5376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13855664#comment-13855664
]
Michael McCandless commented on LUCENE-5376:
--------------------------------------------
Thanks Han.
bq. I think we should remove those hardcoded classpaths, e.g. in post.py:30?
Good catch, I'll fix that ... that's a minimal example of how to issue commands
to the server to create an index and register a few fields, from a Python
client.
bq. And will this demo be expected to be the same as jirasearch? Will we need
further configuration to get the demo webside working? For example I cannot
find search.py in the sourcecodes.
These sources are just for the server side; I didn't include the jirasearch
UI/indexing sources. But I agree it would be useful to have that too, i.e. an
example search app/UI that runs against this server. I'll think about how to
fold it in ...
> Add a demo search server
> ------------------------
>
> Key: LUCENE-5376
> URL: https://issues.apache.org/jira/browse/LUCENE-5376
> Project: Lucene - Core
> Issue Type: Improvement
> Reporter: Michael McCandless
> Assignee: Michael McCandless
> Attachments: lucene-demo-server.tgz
>
>
> I think it'd be useful to have a "demo" search server for Lucene.
> Rather than being fully featured, like Solr, it would be minimal, just
> wrapping the existing Lucene modules to show how you can make use of these
> features in a server setting.
> The purpose is to demonstrate how one can build a minimal search server on
> top of APIs like SearchManager, SearcherLifetimeManager, etc.
> This is also useful for finding rough edges / issues in Lucene's APIs that
> make building a server unnecessarily hard.
> I don't think it should have back compatibility promises (except Lucene's
> index back compatibility), so it's free to improve as Lucene's APIs change.
> As a starting point, I'll post what I built for the "eating your own dog
> food" search app for Lucene's & Solr's jira issues
> http://jirasearch.mikemccandless.com (blog:
> http://blog.mikemccandless.com/2013/05/eating-dog-food-with-lucene.html ). It
> uses Netty to expose basic indexing & searching APIs via JSON, but it's very
> rough (lots nocommits).
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]