Can you please elaborate?
Regards
Sujatha
On Sat, Sep 15, 2012 at 1:34 AM, Otis Gospodnetic <
otis.gospodne...@gmail.com> wrote:
> Hi,
>
> Maybe your indexer is different/modified/buggy?
>
> Otis
> --
> Search Analytics - http://sematext.com/search-analytics/index.html
> Performance Monitoring -
Hi Arcadius,
I think it is a feature. If no match terms found on hl.fl fields then it
triggers
hl.alternateField function, and if you set hl.maxAlternateFieldLength=[LENGTH],
the highlighter extracts the first [LENGTH] characters of stored data of the
hl.fl
field. As this is the common feature
: I got the answer,apache-solr-4.0.0-BETA.tgz is OK, I used the
: apache-solr-4.0.0-BETA.zip before
That still doesn't really explain the problem you were seeing -- i just
checked both the tgz and zip artifacts for 4.0-BETA and confirmed that the
results of your example URL are correct & identi
: Hello Hoss!
: The case here would be: "if total result set contains any original medicines
: X,
: then remove all generic medicines Y such that Y is a generic form of X."
:
: In your example and in my case, the result should be Vaxidrop + Generipill
then wunder's suggestion of grouping on the
Hello Hoss!
The case here would be: "if total result set contains any original medicines
X,
then remove all generic medicines Y such that Y is a generic form of X."
In your example and in my case, the result should be Vaxidrop + Generipill
--
View this message in context:
http://lucene.472066
Hi,
Maybe your indexer is different/modified/buggy?
Otis
--
Search Analytics - http://sematext.com/search-analytics/index.html
Performance Monitoring - http://sematext.com/spm/index.html
On Fri, Sep 14, 2012 at 3:23 PM, Sujatha Arun wrote:
> Hi,
>
> Just migrated to 3.6.1 from 1.3 version with
Thanks . :(
Regards
Sujatha
On Thu, Sep 13, 2012 at 2:28 AM, Otis Gospodnetic <
otis.gospodne...@gmail.com> wrote:
> Hi Sujatha,
>
> No, suggester and spellchecker are separate beasts.
>
> Otis
> --
> Search Analytics - http://sematext.com/search-analytics/index.html
> Performance Monitoring - h
Hi,
Just migrated to 3.6.1 from 1.3 version with the following observation
Indexed content using the same source
*1.3
3.6.1*
Number of documents indexed 11505 13937
Index Time - Full Index
Thanks much! It was the schema version attribute -- the recycled
schema.xml I used did not contain that very useful comment. Everything
works great now!
On Fri, Sep 14, 2012 at 1:56 PM, Chris Hostetter
wrote:
>
> : Greetings. I am using Solr 3.4.0 with tomcat 7.0.22. I've been using
> : these
: Greetings. I am using Solr 3.4.0 with tomcat 7.0.22. I've been using
: these versions successfully for a while, but on my latest project, I cannot
: sort ANY field without getting this exception:
:
: SEVERE: org.apache.solr.common.SolrException: can not sort on multivalued
...
: The
Greetings. I am using Solr 3.4.0 with tomcat 7.0.22. I've been using
these versions successfully for a while, but on my latest project, I cannot
sort ANY field without getting this exception:
SEVERE: org.apache.solr.common.SolrException: can not sort on multivalued
field: id
at
org.apach
Is it I am going which solr doesn't support for handling this? Or is it no
one has done in this manner?. Please suggest if its do-able with the
solr...my requirement and my approach.
Thanks in advance.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Multiple-structured-data
Hello.
I am using the fastVectorHighlighter in Solr3.5 to highight and truncate
the summary of my results.
The standard breakIterator is being used with hl.bs.type = WORD as
per http://lucidworks.lucidimagination.com/display/solr/Highlighting
Search is being performed on the document title and
Hi, Jack
>Are you trying to re-parse the queries that you extract from the log to
determine the query terms?
Yes, I try to re-prase queries from the log.
> You might look at how the highlighter works since it accesses the query
terms.
Thanks for your help. I check the highlighter works.
Regard
This should not be the case. Any time you add a document with
a pre-existing , the old document is completely
replaced by the new document.
You do have to issue a commit before you'll see the new info
though. And if you do not have a defined, you'll
see two copies of the doc.
And sometimes your
Hi,
I have been studying how server software responds to requests that cause
CPU overloads (such as infinite loops).
In my experiments I have observed that Solr performs unusually well when
subjected to such loads. Every other piece of web software I've
experimented with drops to zero service und
You can't. This is the whole "stacked segment" discussion
But you might consider external file fields, sometimes they
can work out...
Best
Erick
On Mon, Sep 10, 2012 at 1:19 PM, jimtronic wrote:
> Hi,
>
> I'm using payloads to tie a value to an attribute for a document -- eg a
> user's rati
And you have SnowballPorterFilterFactory in your analysis chain which
is transforming "jacke" into "jack".
Best
Erick
On Mon, Sep 10, 2012 at 7:15 AM, zainu wrote:
> http://lucene.472066.n3.nabble.com/file/n4006583/Unbenannt.png
>
>
>
> --
> View this message in context:
> http://lucene.472066.
Is your _browser_ set to handle the appropriate character set? Or whatever
you're using to inspect your data? How about your servlet container?
Best
Erick
On Mon, Sep 10, 2012 at 7:47 AM, Pranav Prakash wrote:
> Hi Folks,
>
> I am attempting to import documents to Solr from MySQL using DIH. On
Are you trying to re-parse the queries that you extract from the log to
determine the query terms?
You might look at how the highlighter works since it accesses the query
terms.
-- Jack Krupansky
-Original Message-
From: Fumio Takayama
Sent: Friday, September 14, 2012 4:39 AM
To: s
As of Solr 3.6, defaultSearchField is deprecated:
* SOLR-2724: Specifying and defaultOperator="..."/> in
schema.xml is now considered deprecated. Instead you are encouraged to
specify these via the "df"
and "q.op" parameters in your request handler definition. (David Smiley)
So, you can s
Hi,
I am currently using features like facet and group/collapse on solr 3.6.
The frequency of writing is user driven, and hence is expected to be
visible real time or at least near real time. These updates should be
consistent in facet and group results as well. Also to handle the query
load, I ma
HI All
I provide the search service using Solr.
When users used the service, I would like to analyze the search query log
of Solr and to know to what kind of search word it is referring.
It is searching to Solr using the Edismax query.
Then, when analyzing, it is being examined whether analysis
23 matches
Mail list logo