Re: How different is solr 4.7 from latest version.

2018-01-13 Thread srini sampath
Thanks Joe and Shawn. This is very useful information. @Joe, I need to upgrade and use synonym support of support. So I think I should better start with latest version. .Best, Srini Sampath. .Best, Srini Sampath On Fri, Jan 12, 2018 at 8:42 PM, Joe Heasly wrote: > Srini, > > We upgr

How different is solr 4.7 from latest version.

2018-01-12 Thread srini sampath
ences which makes it too difficult to understand for a newbie). Does it cover all the features related to new version (like important features) or is it better to follow some other resource? .Best, Srini Sampath.

Re: How to build solr

2017-09-29 Thread srini sampath
It says no main manifest attribute. I would be glad if I can get solution specific to this issue. .Best, Srini Sampath On Fri, Sep 22, 2017 at 9:55 PM, Erick Erickson wrote: > 1> do you have ant installed? My guess is yes but thought I'd check > 2> what target are you executing?

Re: How to build solr

2017-09-21 Thread srini sampath
PS: I have Installed both Ant and Ivy in my system. But there is no ${user.home}\.ant\lib folder On Fri, Sep 22, 2017 at 11:41 AM, srini sampath wrote: > Thanks Aman, > Erick, I followed the link and I am getting the following error, > > Buildfile: ${user.home}\git\lucene-so

Re: How to build solr

2017-09-21 Thread srini sampath
6.n3.nabble.com/Custom-processing-in-Solr-Request-Handler-plugin-and-its-debugging-td4077533.html>. But I could not understand the solution. .Best, Srini Sampth. On Thu, Sep 21, 2017 at 8:51 PM, Erick Erickson wrote: > And did you follow the link provided on that page? > > Best,

How to build solr

2017-09-21 Thread srini sampath
Hi, How to build and compile solr in my locale machine? it seems the https://wiki.apache.org/solr/HowToCompileSolr page became obsolete. Thanks in advance

Re: Solr 4.3.1 - Spell-Checker with MULTI-WORD PHRASE

2016-07-22 Thread SRINI SOLR
Hi all - please help me here On Thursday, July 21, 2016, SRINI SOLR wrote: > Hi All - > Could you please help me on spell check on multi-word phrase as a whole... > Scenario - > I have a problem with solr spellcheck suggestions for multi word phrases. With the query for 're

Solr 4.3.1 - Spell-Checker with MULTI-WORD PHRASE

2016-07-21 Thread SRINI SOLR
Hi All - Could you please help me on spell check on multi-word phrase as a whole... Scenario - I have a problem with solr spellcheck suggestions for multi word phrases. With the query for 'red chillies' q=red+chillies&wt=xml&indent=true&spellcheck=true&spellcheck.extendedResults=true&spellcheck.c

Re: Sorl 4.3.1 - Does not load the new data using the Java application

2016-06-09 Thread SRINI SOLR
Thu, Jun 9, 2016 at 4:08 PM, Upayavira wrote: > Are you executing a commit? > > You must commit before your content becomes visible. > > Upayavira > > On Thu, 9 Jun 2016, at 11:13 AM, SRINI SOLR wrote: > > Hi Team - > > Can you please help me out on the below issue

Sorl 4.3.1 - Does not load the new data using the Java application

2016-06-09 Thread SRINI SOLR
Hi Team - Can you please help me out on the below issue ... We are using the Solr 4.3.1 version. Integrated Solr 4.3.1 with Java application using EmbeddedSolrServer. Using this EmbeddedSolrServer in java - loading the core container as below ... *embeddedSolrServer.getCoreContainer().load();*

Re: Filter query (fq) on comma seperated value does not work

2016-05-16 Thread SRINI SOLR
ategory field. > It looks like you are using a string type, which does not tokenize at all > (e.g. verbatim) > Please use a PatterTokenizer and configure it so that it splits on comma. > > Ahmet > > > > On Monday, May 16, 2016 2:11 PM, SRINI SOLR wrote: > Hi Team - &g

Filter query (fq) on comma seperated value does not work

2016-05-16 Thread SRINI SOLR
Hi Team - Can you please help me out on the following ... I have a following field in the solr document which has the comma seperated values like below .. 1,456,768,345 doc1 456 doc2 1,456 doc3 So - Here I need to filter the search docs which contains category is 45

Re: Multi-word Synonyms Solr 4.3.1 does not work

2016-05-06 Thread SRINI SOLR
hat you > may like to watch https://issues.apache.org/jira/browse/SOLR-5379 > > And other possible workaround is explained here : > > https://lucidworks.com/blog/2014/07/12/solution-for-multi-term-synonyms-in-lucenesolr-using-the-auto-phrasing-tokenfilter/ > > On Fri, May 6, 2

Multi-word Synonyms Solr 4.3.1 does not work

2016-05-05 Thread SRINI SOLR
Hi All - Can you please help me out on the multi-word synonyms with Solr 4.3.1. I am using the synonyms as below test1,test2 => movie1 cinema,movie2 cinema,movie3 cinema I am able to success with the above syntax like - if I search for words like test1 or test2 then right hand side mu

EmbeddedSolrServer Loading Core Containers Solr 4.3.1

2016-05-02 Thread SRINI SOLR
Hi Team - I am using Solr 4.3.1. We are using this EmbeddedSolrServer to load Core Containers in one of the java application. This is setup as a cron job for every 1 hour to load the new data on to the containers. Otherwise - the new data is not getting loaded on the containers , if we access fr

want to subscribe

2016-04-18 Thread SRINI SOLR

How to show Synopsis for textual description field

2012-05-30 Thread srini
HI All, I have text filed which contains description for product. When user search for any word, I would like to show the synopsis for this field( which could be 2-3 lines). Can anyone give some hint? Thanks In Advance!!! Srini -- View this message in context: http://lucene.472066.n3

Re: how to reduce the result size to 2-3 lines and expand based on user interest

2012-05-30 Thread srini
Here is the correct technical term to put. "synopsis". Yes all I wanted to do is show synopsis for the text description field I have. Thanks Srini -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-reduce-the-result-size-to-2-3-lines-and-expand-based-on-use

Re: how to reduce the result size to 2-3 lines and expand based on user interest

2012-05-29 Thread srini
the search word? Any ideas how to do this? Thanks in Advance!!! Srini -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-reduce-the-result-size-to-2-3-lines-and-expand-based-on-user-interest-tp3985692p3986727.html Sent from the Solr - User mailing list archive at

Re: how to reduce the result size to 2-3 lines and expand based on user interest

2012-05-24 Thread srini
mp;hl.fl=DESCRIPTION&hl.maxAnalyzedChars=0&f.DESCRIPTION.hl.alternateField=DESCRIPTION&f.DESCRIPTION.hl.maxAlternateFieldLength=300 Thanks in Advance... Srini -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-reduce-the-result-size-to-2-3-lines-and-expand-ba

Re: how to reduce the result size to 2-3 lines and expand based on user interest

2012-05-23 Thread srini
hi iorixxx, Thank you for your reply. Appreciate it. There are few areas I need little clarity. I am not using any queries. Every thing is been implemented as part of config files(schema.xml, data-config.xml, solr-config.xml). Could you give some more hints based on below config files specificatio

how to reduce the result size to 2-3 lines and expand based on user interest

2012-05-23 Thread srini
some kind of link to expand the message if user is interested in reading it further. I am guessing I need to play around templates in velocity folder, Can anyone throw some light??? Thanks Srini -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-reduce-the-result-size

how to join 3 tables to pull required data

2012-05-21 Thread srini
I am having a situation where I need to join 3 tables to pull the required information. Can anyone throw me some ideas!!! select A.sid, B.cid, C.NAME from table1 A, table2 B, table3 C where A.sid= C.sid and A.oid = B.oid and C.typeid = 5 and C.flag = 0 and B.cid= 1000; Can you please provide sch

how to limit solr indexing to specific number of rows

2012-05-03 Thread srini
rows from database and index those 100 records. I tried to give select query with ROMNUM<=100 (using oracle) in data-config.xml, but it gave error. Any ideas!!! Thanks in Advance Srini -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-limit-solr-indexing-to-speci

how to present html content in browse

2012-05-03 Thread srini
I am indexing records from database using DIH. The content of my record is in html format. When I use browse I would like to show the content in html format, not in text format. Any ideas? -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-present-html-content-in-browse-tp

Difference between Search result from Admin console and solr/browse

2012-04-18 Thread srini
I have imported my xml documents from oracle database and indexed them. When I search *:* in *admin console *I do get results. My xml format is not close to what solr expects. but still when I search for any word that is part of my xml document Solr displays whole xml document. for example if I sea

Re: Solr is not extracting the CDATA part of xml

2012-04-13 Thread srini
is wrong with this procedure( I do see my search word in the content of xml, only bad part is it is displaying whole doc instead CDATA part of it). Please suggest if there is better of doing this task other than SolrJ Thanks in Advance Srini -- View this message in context: http://lucene

Re: Solr is not extracting the CDATA part of xml

2012-04-13 Thread srini
t index arbitrary XML content. There is and XML > form of a solr document that can be sent to Solr, but it is > a specific form of XML. > > An example of the XML you're trying to index and what you mean > by "not working" would be helpful. > > Best > Erick >

Re: Solr is not extracting the CDATA part of xml

2012-04-13 Thread srini
not sure why CDATA part did not get interpreted. this is how xml content looks like. I added quotes just to present the exact content xml content. "" -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-is-not-extracting-the-CDATA-part-of-xml-tp3908317p3908341.html Sent from

Solr is not extracting the CDATA part of xml

2012-04-13 Thread srini
I am trying to use method that is suggested in solr forum to remove CDATA part of xml. but it is not working. result show whole xml content instead of CDATA part. schema.xml mappings.txt "" => "" my xml content -- View

Re: Solr is indexing but not showing results

2012-04-09 Thread srini
Hi Thanks for your reply. As per your suggestion I changed XML field type to text. but when I start solr it is throwing following exception. SEVERE: org.apache.solr.common.SolrException: Unknown fieldtype 'text' specified on field XML Any suggestions!!(Thanks for your reply) -- View this m