Today Apache Lucene and Solr PMC announced another version of Apache Lucene library and Apache Solr search server numbred 4.5.1. This is a minor bugfix release.
solr
Apache Lucene and Solr 4.5
Today Apache Lucene and Solr PMC announced another version of Apache Lucene library and Apache Solr search server numbered 4.5. This is a next release continuing the 4th version of both Apache Lucene and Apache Solr.
Apache Solr 4.5 documentation
Apache Solr PMC announced that the newest version of official Apache Solr documentation for Solr 4.5 (more about that version) is now available. The PDF file with documentation is available at: https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide/.
Solr and available query parsers
Every now and than there is a question appearing on the mailing list – what type of query parsers are available in Solr. So we decided to make such a list with a short description about each of the query parsers available. If you are interested to see what Solr has to offer, please read the rest of this post.
Apache Solr 4.4 documentation
Apache Solr PMC announced that the first official documentation for Apache Solr 4.4 (more about that version) is now available. The PDF file with documentation is available at: https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide/.
Apache Lucene and Solr 4.4
Today Apache Lucene and Solr PMC announced another version of Apache Lucene library and Apache Solr search server numbred 4.4. This is a next release continuing the 4th version of both Apache Lucene and Apache Solr.
Automatically Generate Document Identifiers – Solr 4.x
A few days ago I got a question regarding the automatic identifiers of documents in Solr 4.0, because the method from Solr 3 was deprecated. Because of that we decided to write a quick post about how to use Solr to generate documents unique identifier in Solr 4.x.
Apache Lucene and Solr 4.3.1
Today Apache Lucene and Solr PMC announced another version of Apache Lucene library and Apache Solr search server numbred 4.3.1. This is a minor bugfix release.
Switch Query Parser – quick look
The number of different query parsers in Solr was always an amusement for me. Can someone here say how many of them are currently available and say what are those? Anyway, in this entry we won’t be talking about all the query parsers available in Solr, but we will take a quick look at one of them – the SwitchQueryParser introduced in Solr 4.2.
Solr 4.2: Index structure reading API
With the release of Solr 4.2 we’ve got the possibility to use the HTTP protocol to get information about Solr index structure. Of course, if one wanted to do that prior to Solr 4.2 it could be achieved by fetching the schema.xml file, parsing it and then getting the needed information. However when Solr 4.2 was released we’ve got a dedicated API which can return the information we need without the need of parsing the whole schema.xml file.