[jira] Commented: (SOLR-20) A simple Java client with Java APIs for add(), delete(), commit() and optimize().

2006-12-27 Thread Fuad Efendi (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-20?page=comments#action_12461050 ] Fuad Efendi commented on SOLR-20: - SOLR-20: add, delete, commit, optimize SOLR-30: search So, should be merged. HttpClient seems to be right choice (easily configur

[jira] Updated: (SOLR-20) A simple Java client with Java APIs for add(), delete(), commit() and optimize().

2006-12-27 Thread Ryan McKinley (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-20?page=all ] Ryan McKinley updated SOLR-20: -- Attachment: solr-client.zip I've attached the client code i have written that merges SOLR-20 & SOLR-30. It can add, delete, commit, optimize and search. The main in

^M in example files

2006-12-27 Thread Anthony Kitchin
Hi, I have previously been using the nightly builds but since the release has come out I've thought to use that instead. I've been trying to setup replication on the 1.1.0 release and was delayed because the example/solr/conf/scripts.conf has ^M in it. And not being totally familiar assumed that

Re: ^M in example files

2006-12-27 Thread Yoav Shapira
The ^M is a DOS (and now Windows) carriage return character. The fact you're seeing it indicates an improper encoding, properly caused at the last SVN commit for that file. The SVN way to deal with this is to set the svn:eol-style native property, best done once and for good in the SVN client co

[jira] Commented: (SOLR-30) Java client code for performing searches against a Solr instance

2006-12-27 Thread giri (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-30?page=comments#action_12461098 ] giri commented on SOLR-30: -- Hi, I just downloaded this code and compiled it, I assume I need to use the SolrSearcher methods. I tired the following example and getting error

[jira] Commented: (SOLR-30) Java client code for performing searches against a Solr instance

2006-12-27 Thread giri (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-30?page=comments#action_12461100 ] giri commented on SOLR-30: -- It worked, I needed to explicitly list the commons codec jar file on the classpath > Java client code for performing searches against a Solr ins

Draft SolrFacetingOverview page added to Solr wiki

2006-12-27 Thread J.J. Larrea
Hello, all. I added a draft page http://wiki.apache.org/solr/SolrFacetingOverview to the wiki, for your perusal, comments, and direct editing. Hopefully it can help answer some of the questions on faceting which frequently come up on solr-users. It's not currently linked into the FrontPage;

Re: [Solr Wiki] Update of "SolrFacetingOverview" by JJLarrea

2006-12-27 Thread Erik Hatcher
JJ: Fantastic - this is excellent info, and sharing it helps a LOT! Erik On Dec 27, 2006, at 7:25 PM, Apache Wiki wrote: Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification. The following page has been changed by JJLarrea: h

Re: svn commit: r490031 - in /incubator/solr/trunk: README.txt build.xml src/site/src/documentation/content/xdocs/tutorial.xml

2006-12-27 Thread Chris Hostetter
: test for JUnit presence, and fail with an informative message if JUnit : is not present for the build. Somewhat surprisingly, we need JUnit for Yoav: why not just put the task right in the "checkJunitPresence" target instead of duplicating it in the other targets? -Hoss

Re: variable substitution in lucene query params (was Re: filter input from multiple fields)

2006-12-27 Thread Chris Hostetter
: > directly to have a new "void setParamVariables(SolrParams p)" method. if : > it's called (with non null input), then any string that SolrQueryParser : > instance is asked to parse would first be preprocessed looking for the ${} : > pattern and pulling the values out of the SOlrParams instance