Re: Text search NGram

2016-03-16 Thread Emir Arnautovic
Hi Rajesh, Here is one bit older presentation https://vimeo.com/32701503 but all should be still applicable. You can google for more with "understanding solr debug". Regrads, Emir On 16.03.2016 11:30, G, Rajesh wrote: Hi Emir, Yes I have changed it to 800 to see if it produces different resu

Re: Issue with Auto Suggester Component

2016-03-16 Thread Manohar Sripada
Thanks for the response. If you see the first 5 results- "*ABC* Corporation", "*ABC*D Corporation", "*Abc *Tech", "*AbC*orporation", "*ABC*D company". The keyword "*abc*" that I am trying to search is part of prefix of all the strings. Sorry, it's not entire keyword to be of higher importance like

Re: HMMChineseTokenizer splits up alphanumeric characters

2016-03-16 Thread Zheng Lin Edwin Yeo
Sorry, the correct pipeline which I'm using should be this: Regards, Edwin On 16 March 2016 at 18:33, Zheng Lin Edwin Yeo wrote: > Hi, > > I'm using Solr 5.4.0, with the HMMChineseTokenizer in my Solr, and below > is my pipeline. > > positionIncrementGap=

HMMChineseTokenizer splits up alphanumeric characters

2016-03-16 Thread Zheng Lin Edwin Yeo
Hi, I'm using Solr 5.4.0, with the HMMChineseTokenizer in my Solr, and below is my pipeline. I found that HMMChineseTokenizer will split a string that consist of numbers and characters (alphanumeric). For example, if I have a code that looks like "1a2b3c4d", it

Re: Text search NGram

2016-03-16 Thread Emir Arnautovic
Hi Rajesh, It seems that title length is not different enough to have different fieldNorm - in all titles it is 0.5 so all documents for exact match query result in same score. Query with "Ofice" results in wrong document being first because of its fieldNorm=1.0 - seems to me that this docume

Re: Text search NGram

2016-03-16 Thread Emir Arnautovic
Hi Rajesh, Did you reindex afters setting omitNorms to false? Can you send results with debug for first query? What query parser are you using for these queries? You should run your queries with debug=true and see how they are rewritten - that should explain why some cases do not return expec

RE: Text search NGram

2016-03-16 Thread G, Rajesh
Hi Emir, The solution we wanted to implement is to show top 100 best match technology names from the list of technology names we have. Whatever technology names user has typed will first reach SQL Server and exact match will be done if possible[name==name] , only those do not exactly match[spel

Re: indexing pdf files using post tool

2016-03-16 Thread vidya
Sorry for conveying it in wrong way. I want my data of 1 pdf file to be indexed with different fields in a document of solr according to data in it like name;id;title;content etc Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/indexing-pdf-files-using-post-tool-tp42

Making managed schema unmutable correctly?

2016-03-16 Thread Alexandre Rafalovitch
So, I am looking at the Solr 5.5 examples with their all-in by-default managed schemas. And I am scratching my head on the workflow users are expected to follow. One example is straight from documentation: "With the above configuration, you can use the Schema API to modify the schema as much as yo