Re: Issue in custom filter

2016-01-15 Thread Smitha Rajiv
s = convertedTerm = Converter.convert(term); > > > // If not changed, don't waste the time adjusting the token.if ((s > != null) && !s.equals(term)) > charTermAttr.setEmpty().append(s); > > > > Ahmet > > On Friday, January 15, 201

Issue in custom filter

2016-01-15 Thread Smitha Rajiv
Hi I have a requirement such that while indexing if tokens contains numbers, it needs to be converted into corresponding words. e.g : term1 part 2 assignments -> termone part two assignments. I have created a custom filter with following code: @Override public boolean incrementToken() throws IO

Solr Faceting issue

2014-08-04 Thread Smitha Rajiv
Hi Solr Experts, Request you to please help me in fixing the below facets problem. Thanks in advance. Also pls let me know if you do not understand any part of my explanation below. How do I facet on more than two categories (let’s say ‘project’ and ‘type’ as discussed below) at the same time

Querying from solr shards

2014-07-30 Thread Smitha Rajiv
Hi All, Currently i am using solr legacy distributed configuration (not solr cloud, single solr server with multiple shards). I need to write a query to get one particular document (id specific) from one shard and all documents from other shards. Can you please help me to get this query right.

Re: Query on Facet

2014-07-30 Thread Smitha Rajiv
gt; https://wiki.apache.org/solr/SimpleFacetParameters#Tagging_and_excluding_Filters > > > > > > Regards, > > >Alex. > > > Personal: http://www.outerthoughts.com/ and @arafalov > > > Solr resources and newsletter: http://www.solr-start.com/ and > @

Query on Facet

2014-07-30 Thread Smitha Rajiv
Hi, I need some help on Solr Faceting. How do I facet on two fields at the same time to get combination facets and its count? I'm using below query to get facets with combination of language and its binding. But now I'm getting only selected facet in facetList of each field and its count. Fo