Hi
I have added the following line in both the section and in section in
schema.xml.
filter class="solr.ShingleFilterFactory" maxShingleSize="2"
outputUnigrams="true" outputUnigramIfNoNgram="true"
And reindex my content. However, if I query solr for the multi work search
terms suggestion , it
Jonathan Rochkind wrote:
>
> While it might be possible to work things out, not just one but several of
> your requirements are things that are difficult for Solr to do or which
> solr isn't really optimized to do. Are you sure you need an inverted
> indexing tool like Solr at all, as opposed to
>
> I just tried to answer your many questions, liking youe questions type..
> Answers attached to questions..
>
> Thank you Rajini, for your interest :)
>
> A) The data for every user is totally unrelated to every other user. This
> gives us few advantages:
>
> 1. we can keep our indexes small
While it might be possible to work things out, not just one but several of your
requirements are things that are difficult for Solr to do or which solr isn't
really optimized to do. Are you sure you need an inverted indexing tool like
Solr at all, as opposed to some kind of store (rdbms or nosql
Hi all,
When I use DataImportHandler, weird SQLException exception happens
(java.sql.SQLException: Illegal value for setFetchSize(). )and I google this
problem but did not found any answers. Could anyone help me to point out
what's the problem ?
*This is the error exception*
org.apache.solr.hand
On Mon, Mar 7, 2011 at 9:56 AM, rajini maski wrote:
> I just tried to answer your many questions, liking youe questions type..
> Answers attached to questions..
>
> Thank you Rajini, for your interest :)
>
> A) The data for every user is totally unrelated to every other user. This
> gives us few
How about [-MM-DDThh:mm:ssZ/DAY TO -MM-DDThh:mm:ssZ+1DAY/DAY]? See
DateField.html in your Solr API documentation for more.
Andreas
From: Jan Høydahl
To: solr-user@lucene.apache.org
Sent: Sun, March 6, 2011 1:40:59 PM
Subject: Re: Omit hour-min-sec in
Hello,
I have recently finished writing a PHP API for Solr and have released it
under the Apache License. The project is called "Logic Solr API" and is
located at https://github.com/buraks78/Logic-Solr-API/wiki. It has good
unit test coverage (over 90%) but is still in alpha. So I am primarily
On Sun, Mar 6, 2011 at 4:40 PM, Jan Høydahl wrote:
>> Not sure if there is a means of doing explicitly what you ask, but you
>> could do a date range:
>>
>> +mydate:[-MM-DD 0:0:0 TO -MM-DD 11:59:59]
>
> This would not work. It has to be on the -MM-DDT00:00:00Z format.
>
> But I agree t
> Not sure if there is a means of doing explicitly what you ask, but you
> could do a date range:
>
> +mydate:[-MM-DD 0:0:0 TO -MM-DD 11:59:59]
This would not work. It has to be on the -MM-DDT00:00:00Z format.
But I agree that it would be handy if the DateField could support a date-o
Hi,
Try to add &debugQuery=true to your query and tell us what your query evaluates
to. I'd try to replace your last line with
NOT (title:"men" OR keywords:"men" OR description:"men")
PS: Have you looked at Dismax? http://wiki.apache.org/solr/DisMaxQParserPlugin
I think you could express the sa
Go with the one doc per title and different fields for each language
(title_name_ch, title_name_es) approach. Your application needs to handle what
fields to query and return.
--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com
On 5. mars 2011, at 00.44, cyang2010 wrote:
The Sourcesense Solr Packager team is pleased to announce the
solr-packager-site-1.0.1 release!
Solr-Packager is a Maven archetype to package Standalone Apache Solr
embedded in Tomcat, brought to you by Sourcesense.
Changes in this version include:
New features:
o Distribute the archetype-catalo
13 matches
Mail list logo