In short, nothing that’s maintained as part of the Apache project. There may be
commercial products, but I haven’t had occasion to look for one.
Best,
Erick
> On Oct 20, 2019, at 7:42 AM, Wasim S Kazi wrote:
>
> Good day
>
> I would like to get some info or confirmation about configuring Solr
Good day
I would like to get some info or confirmation about configuring Solr 8+ to get
content from WCM (Websphere Content Management)
Essentially, we have manually index data from WCM into Solr and this all works
fine. We want to now automate this process, so checking is there is any well
es
First, understand that this list is maintained by volunteers, so
answers aren't guaranteed.
If you require dedicated support there are various organizations that
provide same, but
you'll have to contact them.
That said, the community is quite responsive, just post questions to
solr-user like this
Hi Solr Team,
We are facing Solr System Configuration issues which needs help. Please let
us know whom to post our Questions/Queries.
Thanks,
Srinivas
On Mon, Jun 25, 2018 at 2:22 AM, wrote:
> Hi! This is the ezmlm program. I'm managing the
> solr-user@lucene.apache.org mailing list.
>
> I'm w
Hi ,
Can I limit the terms that the HighlightComponent uses. My query is
generally long and I want specific ones to be highlighted and the rest is
not highlighted. Is there an option like the SpellCheckComponent. it uses q
unless spellcheck.q if specified. Is a hl.q parameter possible?
Or an
> /spell/?q=built+to+last
>
> so that we can check the spelling. We are not using
> /select?q=built+to+last
>
> Can I use dismax with /spell?
Yes you can.
> I understood from your reply that I need to change my
> schema.xml and modify
> the field types.
Correct. Make them full-text searchable.
Ahmet,
In production system we are using
/spell/?q=built+to+last
so that we can check the spelling. We are not using /select?q=built+to+last
Can I use dismax with /spell?
I understood from your reply that I need to change my schema.xml and modify
the field types.
Do I need to still use the se
> select/?q=built+to+last&defType=dismax&qf=searchFields^0.2+title^20&debugQuery=on
>
> For some reason if I use title field in my query I don't
> get any results.
>
> I am copying all searchable fields into searchFields field.
> So I am able to
> search only in the searchFields field not in any
s not your cause of your problem but omitNorms="true" disables index
> time boosts.
>
> http://wiki.apache.org/solr/DisMaxQParserPlugin can satisfy your need.
>
>
> --- On Thu, 11/11/10, Solr User wrote:
>
> > From: Solr User
> > Subject: Re: WELCOME to
not your cause of your problem but omitNorms="true" disables index
> time boosts.
>
> http://wiki.apache.org/solr/DisMaxQParserPlugin can satisfy your need.
>
>
> --- On Thu, 11/11/10, Solr User wrote:
>
>> From: Solr User
>> Subject: Re: WELCOME to so
isables index time
boosts.
http://wiki.apache.org/solr/DisMaxQParserPlugin can satisfy your need.
--- On Thu, 11/11/10, Solr User wrote:
> From: Solr User
> Subject: Re: WELCOME to solr-user@lucene.apache.org
> To: solr-user@lucene.apache.org
> Date: Thursday, November 11, 2010, 1
Eric,
Thank you so much for the reply and apologize for not providing all the
details.
The following are the field definitons in my schema.xml:
Copy Fields:
searchFields
Before creating the indexes I feed XML
There's not much to go on here. Boosting works,
and index time as opposed to query time boosting
addresses two different needs. Could you add some
detail? All you've really said is "it didn't work", which
doesn't allow a very constructive response.
Perhaps you could review:
http://wiki.apache.org/
Hi,
I have a question about boosting.
I have the following fields in my schema.xml:
1. title
2. description
3. ISBN
etc
I want to boost the field title. I tried index time boosting but it did not
work. I also tried Query time boosting but with no luck.
Can someone help me on how to implement
(FYI: in the future please start a new thread with an approriate subject
line when you ask questions -- you probably would have gotten a lot more
responses fro people interested in Tika and SolrCell if they could tell
that this email was about SolrCell)
: I found that Tika read the html and ex
Thanks a lot for you response !!
For the first solution :
I need to index all the content of my websites and I want just tika ignore
because I have already an id
I'll try monday and tell you if it works
The second solution :
Are your sure Tika use the HTML Tokenizer ? I'll check
2009/12/5 Ragh
2 ways I can think of ...
- ExtractingRequestHandler (this is what I am guessing you are using now)
Set extractOnly=true while making a request to the extractingRequestHandler
and get the parsed content back. Now make a post request on update request
handler with what ever fields and field val
Hi,
I have a problem with solr. I'm indexing some html content and solr crash
because my id field is multivalued.
I found that Tika read the html and extract metadata like from my htmls but my documents has an already an id setted by
literal.id=10.
I tried to map the id from Tika by fmap.id=igno
e
> From: Jan Buelens <[EMAIL PROTECTED]>
> To: solr-user@lucene.apache.org
> Sent: Tuesday, January 8, 2008 3:37:12 AM
> Subject: Re: WELCOME to solr-user@lucene.apache.org
>
> Hi,
>
> We are currently using Solr as search engine.
> To add an existing web
Nutch
- Original Message
From: Jan Buelens <[EMAIL PROTECTED]>
To: solr-user@lucene.apache.org
Sent: Tuesday, January 8, 2008 3:37:12 AM
Subject: Re: WELCOME to solr-user@lucene.apache.org
Hi,
We are currently using Solr as search engine.
To add an existing website to our search eng
currently two approaches:
http://blog.foofactory.fi/2007/02/online-indexing-integrating-nutch-with.html
and:
https://issues.apache.org/jira/browse/NUTCH-442
I have had experience with the former... you may have more luck on the
nutch-user list for help
ryan
Jan Buelens wrote:
Hi,
We are c
Hi,
We are currently using Solr as search engine.
To add an existing website to our search engine, we are investigating Nutch.
Does anyone have more information / experience about an integration between
Solr and Nutch?
Thanks in advance !
Best regards,
Jan
22 matches
Mail list logo