: Subject: Solrj Questions
: References:
: <19898929-d0b9-47fb-b62a-5fd0437a8...@cominvent.com>
: <4dc936de.9050...@tinkertownlabs.com>
:
: In-Reply-To:
http://people.apache.org/~hossman/#threadhijack
Thread Hijacking on Mailing Lists
When starting a new discussion on a
Hi,
I am trying to use solrj for my application, my code is given below,
query.add("q", "simplify360");
query.add("facet", "true");
query.add("facet.range", "createdOnGMTDate");
query.add("facet.range.start",
"2010-08-01T00:00:00Z+330MINUTE
Vinci wrote:
Hi all,
I have checked the wiki and have some question in mind for the solrj...
1. If I want to run solrj as independent server, do I need to write my own
client program?
solrj is the client -- it connects to a server. You should not need to
write your own client.
2. Can I r
jetty solr app
--
View this message in context:
http://www.nabble.com/SolrJ-Questions-tp16275098p16275098.html
Sent from the Solr - User mailing list archive at Nabble.com.