Solr integration with document management systems
Folks, Does Solr 1.4 come with integration with existing document management systems ? Are there any other open source projects based on Solr which provide this capability ? Thanks
RE: Solr integration with document management systems
SOLR doesn't come with such things... Look at www.liferay.com; they have plugin for SOLR (in SVN trunk) so that all documents / assets can be automatically indexed by SOLR (and you have full freedom with defining specific SOLR schema settings); their portlets support WebDAV, and "Open Office" looks almost like Sharepoint -Fuad > -Original Message- > From: ST ST [mailto:stst2...@gmail.com] > Sent: February-06-10 6:46 PM > To: solr-user@lucene.apache.org > Subject: Solr integration with document management systems > > Folks, > > Does Solr 1.4 come with integration with existing document management > systems ? > > Are there any other open source projects based on Solr which provide > this > capability ? > > Thanks
Re: old wildcard highlighting behaviour
when i set hl.highlightMultiTerm=false the term that matches the wild card is not highlighted at all, ideally ide like a partial highlight (the characters before the wildcard), but if not i can live without it thx much for the help --joe On Fri, Feb 5, 2010 at 10:44 PM, Mark Miller wrote: > On iPhone so don't remember exact param I named it, but check wiki - > something like hl.highlightMultiTerm - set it to false. > > - Mark > > http://www.lucidimagination.com (mobile) > > On Feb 6, 2010, at 12:00 AM, Joe Calderon wrote: > >> hello *, currently with hl.usePhraseHighlighter=true, a query for (joe >> jack*) will highlight joe jackson, however after reading the >> archives, what im looking for is the old 1.1 behaviour so that only >> joe jack is highlighted, is this possible in solr 1.5 ? >> >> >> thx much >> --joe >