Solr Indexing/Searching Hindi documents
Solr support many languages where user can indexing/searching their documents.In this article we will discuss how indexing/searching done in one of the most popular language in india which is also…
Solr support many languages where user can indexing/searching their documents.In this article we will discuss how indexing/searching done in one of the most popular language in india which is also…
Solr Delete documents functionality used in many situations like restructure solr schema, remove unwanted documents to reduce index size.In this article we will discuss various way of deleting documents from…
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…
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…
search component is a feature of search, such as highlighting or faceting. The search component is defined in solrconfig.xml separate from the request handlers, and then registered with a request…
We can create solr custom field types in two ways.First one is to create field type from existing available fieldtypes and second one is to create our own field type…
There are two stages where documents can be boosted: At index time and at query time. here we discuss index time boost feature solr. This is probably the simplest way,…
Queries can be used in query context, and filters can be used in filter context. When used in filtering context, the query is said to be a “non-scoring” or “filtering”…