Hello, I noticed Droids is neither under: http://projects.apache.org/indexes/alpha.html#D nor in: https://repository.apache.org/index.html#nexus-search;droids
What is the best way to create a dependency to Droids in a Maven2 project, other than just building Droids and installing it in the local m2 repo? Thanks, Otis droids-trunk $ svn diff droids-solr/src/main/java/org/apache/droids/solr/AdvancedSolrHandler.java Index: droids-solr/src/main/java/org/apache/droids/solr/AdvancedSolrHandler.java =================================================================== --- droids-solr/src/main/java/org/apache/droids/solr/AdvancedSolrHandler.java (revision 821213) +++ droids-solr/src/main/java/org/apache/droids/solr/AdvancedSolrHandler.java (working copy) @@ -43,13 +43,13 @@ import org.xml.sax.SAXNotSupportedException; /** - * A Droids Handler which allows to specify selectors to store + * A Droids Handler that lets one specify selectors for storing * documents' parts in a Solr index. * - * A selector is an Entry made of a key which matches the solr fiel and + * A selector is an Entry made of a key which matches the solr field and * of a value which correspond to a path selector. * - * Path selectors are always absolute and supports indexes. + * Path selectors are always absolute and support indexes. * * Here are some examples: * - /html[0]/div[0] -- Sematext is hiring -- http://sematext.com/about/jobs.html?mls Lucene, Solr, Nutch, Katta, Hadoop, HBase, UIMA, NLP, NER, IR
