Re: Unable to get the results in ordered manner from SOLR

2018-02-09 Thread Anupam Bhattacharya
= parameter b (norms omitted for field) On Sat, Feb 10, 2018 at 10:58 AM, Anupam Bhattacharya wrote: > For me the SOLR sort was working fine with boost increments of 1. But > after some recent changes to do atomic updates to existing SOLR document > now when I try to get ordered results I

Unable to get the results in ordered manner from SOLR

2018-02-09 Thread Anupam Bhattacharya
3.6245 = score(doc=22,freq=1.0 = termFreq=1.0\n), product of:\n 1001.0 = boost\n 5.458166 = idf, computed as log(1 + (docCount - docFreq + 0.5) / (docFreq + 0.5)) from:\n1.0 = docFreq\n351.0 = docCount\n 1.0 = tfNorm, computed as (freq * (k1 + 1)) / (freq + k1) from:\n1.0 = termFreq=1.0\n1.2 = parameter k1\n0.0 = parameter b (norms omitted for field)\n", "/news/event/2018/02/news_event_20180206_00":"\n2734.5413 = sum of:\n 2734.5413 = weight(pageID:1aed96f2-0b44-11e8-94a2-067beceeb88f in 14) [SchemaSimilarity], result of:\n2734.5413 = score(doc=14,freq=1.0 = termFreq=1.0\n), product of:\n 501.0 = boost\n 5.458166 = idf, computed as log(1 + (docCount - docFreq + 0.5) / (docFreq + 0.5)) from:\n1.0 = docFreq\n351.0 = docCount\n 1.0 = tfNorm, computed as (freq * (k1 + 1)) / (freq + k1) from:\n1.0 = termFreq=1.0\n1.2 = parameter k1\n0.0 = parameter b (norms omitted for field)\n", "/news/event/2018/01/news_event_20180130_08":"\n136.45415 = sum of:\n 136.45415 = weight(pageID:9ed6136c-058c-11e8-8951-067beceeb88f in 13652) [SchemaSimilarity], result of:\n136.45415 = score(doc=13652,freq=1.0 = termFreq=1.0\n), product of:\n 25.0 = boost\n 5.458166 = idf, computed as log(1 + (docCount - docFreq + 0.5) / (docFreq + 0.5)) from:\n1.0 = docFreq\n351.0 = docCount\n 1.0 = tfNorm, computed as (freq * (k1 + 1)) / (freq + k1) from:\n1.0 = termFreq=1.0\n1.2 = parameter k1\n0.0 = parameter b (norms omitted for field)\n"}, "QParser":"LuceneQParser", "timing":{ "time":19.0, "prepare":{ "time":0.0, "query":{ "time":0.0}, "facet":{ "time":0.0}, "facet_module":{ "time":0.0}, "mlt":{ "time":0.0}, "highlight":{ "time":0.0}, "stats":{ "time":0.0}, "expand":{ "time":0.0}, "terms":{ "time":0.0}, "debug":{ "time":0.0}}, "process":{ "time":19.0, "query":{ "time":0.0}, "facet":{ "time":0.0}, "facet_module":{ "time":0.0}, "mlt":{ "time":0.0}, "highlight":{ "time":0.0}, "stats":{ "time":0.0}, "expand":{ "time":0.0}, "terms":{ "time":0.0}, "debug":{ "time":18.0} -- Thanks & Regards Anupam Bhattacharya

Re: No Suggestions from SpellCheck when _text_ field tokenizer set to solr.NGramTokenizerFactory

2018-02-05 Thread Anupam Bhattacharya
title_txt_spellcheck_en true true ./spellchecker_de default on true 10 5 5 true true 10 5 spellcheck Regards, Anupam On Mon, Feb

Re: No Suggestions from SpellCheck when _text_ field tokenizer set to solr.NGramTokenizerFactory

2018-02-04 Thread Anupam Bhattacharya
cted. Regards, Anupam On Fri, Feb 2, 2018 at 1:04 PM, Anupam Bhattacharya wrote: > I have configured Solr Managed-schema as following > > Below configuration is for Full Text Search: > > positionIncrementGap="100"> > > >max

No Suggestions from SpellCheck when _text_ field tokenizer set to solr.NGramTokenizerFactory

2018-02-01 Thread Anupam Bhattacharya
nary=title_txt_spellcheck_ja&spellcheck.collateExtendedResults=true&spellcheck.maxCollations=3 All the configurations were working fine till i changed to in text_general field type. Any clues ? Regards Anupam Bhattacharya

Re: SOLRJ API to do similar CURL command execution

2013-11-13 Thread Anupam Bhattacharya
How can I post the whole XML string to SOLR using its SOLRJ API ? On Wed, Nov 13, 2013 at 6:50 PM, Anupam Bhattacharya wrote: > I am able to perform the xml atomic update properly using curl commands. > However the moment I try to achieve the same using the solrj APIs I am > facing

SOLRJ API to do similar CURL command execution

2013-11-13 Thread Anupam Bhattacharya
ation = new HashMap>(); List vals = new ArrayList(); vals.add(tag); SolrInputDocument doc = new SolrInputDocument(); doc.addField("id", (String)qs2.getResults().get(j).get("id")); operation.put("add",vals); doc.addField("tags", operation); Thanks in advance for any inputs. Regards Anupam

Atomic Updates in SOLR

2013-10-30 Thread Anupam Bhattacharya
steel get added twice). I looked at RemoveDuplicatesTokenFilterFactory but it helps to remove token duplicate not multivalued field duplicates. Is there any updateProcessor to stop the incoming duplicate value from indexing ? Thanks in advance for any help. Regards Anupam

Re: Reindex ALL Solr CORES in one GO..

2012-12-27 Thread Anupam Bhattacharya
the previous indexing is over. Unfortunately to track the status of indexing for a core one need to keeping pinging the server to check completion status. Is there a way to get a response from SOLR once the indexing is complete ? How can i increase the connection pool size in SOLR ? Regards Anupam

How to get Facet results for date field in groups

2012-09-15 Thread Anupam Bhattacharya
s Ago (200) Three Months Ago (300) May (150) April (100) March (70) Febraury (60) Januaury (50) Last Year (40) Regards Anupam Bhattacharya

Re: Sorting fields of text_general fieldType

2012-08-03 Thread Anupam Bhattacharya
les which sort the wrong way. > > On Thu, Aug 2, 2012 at 10:06 AM, Anupam Bhattacharya > wrote: > > The approach used to work perfectly. > > > > But recently i realized that it is not working for more than 30 > indexed > > records. > > I am using SOLR 3

Re: Sorting fields of text_general fieldType

2012-08-02 Thread Anupam Bhattacharya
The approach used to work perfectly. But recently i realized that it is not working for more than 30 indexed records. I am using SOLR 3.5 version. Is there another approach to SORT a title field in proper alphabetical order irrespective of Lower case and Upper case. Regards Anupam On Thu

Re: SOLR Security

2012-05-15 Thread Anupam Bhattacharya
son.nl":"map","facet.field":["title","abstract"],"wt":"json","rows":"0"}},"response":{"numFound":0,"start":0,"docs":[]},"facet_counts":{"facet_queries":{},"fa

Re: SOLR Security

2012-05-10 Thread Anupam Bhattacharya
Yes, I agree with you. But Ajax-SOLR Framework doesn't fit in that manner. Any alternative solution ? Anupam On Fri, May 11, 2012 at 9:41 AM, Klostermeyer, Michael < mklosterme...@riskexchange.com> wrote: > Instead of hitting the Solr server directly from the client, I thin

Re: Xml representation of indexed document

2012-03-09 Thread Anupam Bhattacharya
You can use Luke to view Lucene Indexes. Anupam On Sat, Mar 10, 2012 at 12:27 PM, Chamnap Chhorn wrote: > Hi all, > > I'm doing data import using DIH in solr 3.5. I'm curious to know whether it > is see the xml representation of indexed data from the browser. Is it > p

Re: How to Index Custom XML structure

2012-03-06 Thread Anupam Bhattacharya
rick > > On Sun, Feb 26, 2012 at 11:31 PM, Anupam Bhattacharya > wrote: > > Hi, > > > > I am using ManifoldCF to Crawl data from Documentum repository. I am able > > to successfully read the metadata/properties for the defined document > types > > in D

Please register me

2011-08-19 Thread Anupam
Please register me