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

2012-09-14 Thread Jochen Just
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 14.09.2012 07:30, schrieb veena rani: Hi, Can i have more than one field as defaultSearchField in schema.xml. This is my default search field in solr, If you want to search in more than one filed the Edismax-Parser

highlighting of text field in Japanese

2012-09-14 Thread Chau_Fu
Hi, I am very new for Solr. I am using edismax that combines two fieldTypes of CJKTokenizer and GosenTokenizer to query for japanese text. but do not how to set the hl.fl of highlightcomponent for the two fieldTypes with the same contents. Could you guys offer me some advice please?

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

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

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 defaultSearchField and solrQueryParser 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.

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:

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 pra...@gmail.com wrote: Hi Folks, I am attempting to import documents to Solr from MySQL

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 zainu...@gmail.com wrote: http://lucene.472066.n3.nabble.com/file/n4006583/Unbenannt.png -- View this message in context:

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 jimtro...@gmail.com wrote: Hi, I'm using payloads to tie a value to an attribute for a document -- eg

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

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 unkqueKey, 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 uniqueKey defined, you'll see two copies of the doc.

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. Regards

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: 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:

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

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 ... :

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 hossman_luc...@fucit.orgwrote: : Greetings. I am using Solr 3.4.0 with tomcat 7.0.22.

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: 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 -

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 suja.a...@gmail.com wrote: Hi, Just migrated to 3.6.1 from

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:

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: 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

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