Release Date Solr 1.4

2009-08-18 Thread Daniel Knapp
Hello Mailinglist, does anyone know the release date from Solr 1.4? Thanks for your reply. Regards, Daniel

Sending Tika parse result to Solr

2009-11-25 Thread Daniel Knapp
Hello, i want to send the Tika parse results of my data to my Solr-Server. My File-Server is not my Solr-Server, so Solr Cell is no option for me. In Lucene i can pass my Reader Object (as an result of the parsing) to a Lucene Document for indexing. Is this also possible with Solr? Or is there

Re: Re: Sending Tika parse result to Solr

2009-11-26 Thread Daniel Knapp
>> Hello, >> >> >> i want to send the Tika parse results of my data to my Solr-Server. >> My File-Server is not my Solr-Server, so Solr Cell is no option for me. >> >> In Lucene i can pass my Reader Object (as an result of the parsing) to a >> Lucene Document for indexing. >> >> Is this also p

Facet across second level of hierarchy - Dismax Request Handler - Best practice?

2009-12-09 Thread Daniel Knapp
Hello, i want a second level of hierarchy in my facets (as seen here: http://www.lucidimagination.com/search/?q=) My RequestHandler is the following: dismax *:* 10 courseid^1.0 module^1.0 vorname^1.0 nachname^1.0 email^1.0 postauthor^1.0 post