Solr Regular expression

Solr Regular expression part-2

Solr support regular expression search support.The Solr/Lucene regular expression engine is not Perl-compatible but supports a smaller range of operators. In previous article solr-regular-expression-part-1 we have discussed some of the basic…

Read More
Solr Regular expression

Solr Regular expression part-1

Solr support regular expression search support.The Solr/Lucene regular expression engine is not Perl-compatible but supports a smaller range of operators. Here we discussed some of the standard operators that solr/lucene…

Read More
Configure synonyms in solr

Configure synonyms in solr

Solr provides the option to configure synonyms for use during both indexing and querying of textual data. Consider for example the words MB,mib,megabyte,megabytes , all these four variation may contain ur…

Read More