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
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.
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?
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
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,
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
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
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
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
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();*
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
>
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
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
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
31 matches
Mail list logo