Aha, 1.3. Thanks, I'm using 1.2. jds
On 6/15/07, Ryan McKinley <[EMAIL PROTECTED]> wrote:
after running "ant dist" you will need: apache-solr-1.3-dev-common.jar apache-solr-1.3-dev-solrj.jar solrj-lib/*.jar John Stewart wrote: > Hi Ryan, > > Forgive me if this is a newbie question. I just pulled solrj out of the > main solr trunk. There's a dependency on import > org.apache.solr.common.util.NamedList. I can't find this class. There's a > import org.apache.util.NamedList, but not a package called common. > > Thanks, > > jds > > On 6/15/07, Ryan McKinley (JIRA) <[EMAIL PROTECTED]> wrote: >> >> >> [ >> https://issues.apache.org/jira/browse/SOLR-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] >> >> >> Ryan McKinley resolved SOLR-20. >> ------------------------------- >> >> Resolution: Fixed >> >> Added to trunk... any new problems should get their own issue. >> >> > A simple Java client for updating and searching >> > ----------------------------------------------- >> > >> > Key: SOLR-20 >> > URL: https://issues.apache.org/jira/browse/SOLR-20 >> > Project: Solr >> > Issue Type: New Feature >> > Components: clients - java >> > Environment: all >> > Reporter: Darren Erik Vengroff >> > Assignee: Ryan McKinley >> > Priority: Minor >> > Attachments: DocumentManagerClient.java, >> DocumentManagerClient.java, solr-client-java-2.zip.zip, >> solr-client-java.zip, solr-client-sources.jar, solr-client.zip, >> solr-client.zip, solr-client.zip, solrclient_addqueryfacet.zip, >> SolrClientException.java, SolrServerException.java >> > >> > >> > I wrote a simple little client class that can connect to a Solr server >> and issue add, delete, commit and optimize commands using Java >> methods. I'm >> posting here for review and comments as suggested by Yonik. >> >> -- >> This message is automatically generated by JIRA. >> - >> You can reply to this email to add a comment to the issue online. >> >> >