Re: 1.3 to 3.6 migration

2012-09-14 Thread Sujatha Arun
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 -

Re: Broken highlight truncation for hl.alternateField

2012-09-14 Thread Koji Sekiguchi
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

Re: Solr 4.0-BETA facet pivot returns no result

2012-09-14 Thread Chris Hostetter
: 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

Re: Is it possible to do an "if" statement in a Solr query?

2012-09-14 Thread Chris Hostetter
: 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

Re: Is it possible to do an "if" statement in a Solr query?

2012-09-14 Thread Gustav
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

Re: 1.3 to 3.6 migration

2012-09-14 Thread Otis Gospodnetic
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

Re: 3.6.1 - Suggester and spellcheker Implementation

2012-09-14 Thread Sujatha Arun
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

1.3 to 3.6 migration

2012-09-14 Thread Sujatha Arun
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

Re: Accidental multivalued fields?

2012-09-14 Thread Travis Low
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

Re: Accidental multivalued fields?

2012-09-14 Thread Chris Hostetter
: 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

Accidental multivalued fields?

2012-09-14 Thread Travis Low
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

Re: Multiple structured datasource(rss,db,xml) in single schema.xml

2012-09-14 Thread nishi
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

Broken highlight truncation for hl.alternateField

2012-09-14 Thread Arcadius Ahouansou
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

Re: How to approach to analyze Solr Edismax Query log

2012-09-14 Thread Fumio Takayama
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

Re: Solr search not working after copying a new field to an existing Indexed Field

2012-09-14 Thread Erick Erickson
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

How does Solr handle overloads so well?

2012-09-14 Thread Mike Gagnon
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

Re: Atomic Updates, Payloads, Non-stored data

2012-09-14 Thread Erick Erickson
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

Re: solr issue with seaching words

2012-09-14 Thread Erick Erickson
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.

Re: DIH import from MySQL results in garbage text for special chars

2012-09-14 Thread Erick Erickson
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

Re: How to approach to analyze Solr Edismax Query log

2012-09-14 Thread Jack Krupansky
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

Re: Can i have more than one field as defaultSearchField in schema.xml

2012-09-14 Thread Jack Krupansky
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

Solr cloud in 4.0 with NRT performance

2012-09-14 Thread samarth 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

How to approach to analyze Solr Edismax Query log

2012-09-14 Thread Fumio Takayama
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