SOLR: Portlet (Plugin) for Lifeay Portal

2009-12-25 Thread Fuad Efendi
SOLR Users == I am in the middle of development of generic (configurable) _portlet_ (JSR-286) for Liferay Portal (MIT-like license) which I am going to share, Have a look at (my profile) powered by Liferay Portal: http://www.tokenizer.ca/web/guru :smile: Home page:

Re: Expanding synonyms for both facets and response results

2009-12-25 Thread AHMET ARSLAN
str response result still shows 100, not  One Bedroom Apartment. There is a misunderstanding here. str response result will always show original value of the field (that you post while adding), there is no way to see synonym in this section. Only way to change it before analysis phase is

Re: weird sorting behavior

2009-12-25 Thread Shalin Shekhar Mangar
On Thu, Dec 24, 2009 at 11:51 PM, Joel Nylund jnyl...@yahoo.com wrote: update, I tried changing to datatype string, and it sorts the numerics better, but the other sorts are not as good. Is there a way to control sorting for special chars, for example, I want blanks to sort after letters and

Re: CSV import date modifying.

2009-12-25 Thread Shalin Shekhar Mangar
On Fri, Dec 25, 2009 at 11:56 AM, Chris Hostetter hossman_luc...@fucit.orgwrote: : when posting a CSV-file via curl to Solr, I´d like to convert a row with the : date format „30.12.2009“ (dd.mm.) into the date format accepted by Solr. : Is this possible? not with the CSVUpdateHandler

Re: Expanding synonyms for both facets and response results

2009-12-25 Thread herceg_novi
Ahmet Arslan wrote: There is a misunderstanding here. str response result will always show original value of the field (that you post while adding), there is no way to see synonym in this section. Only way to change it before analysis phase is to use update processor. My point was to

Re: SOLR Performance Tuning: Pagination

2009-12-25 Thread Grant Ingersoll
On Dec 24, 2009, at 1:51 PM, Walter Underwood wrote: Some bots will do that, too. Maybe badly written ones, but we saw that at Netflix. It was causing search timeouts just before a peak traffic period, so we set a page limit in the front end, something like 200 pages. It makes sense for

Re: weird sorting behavior

2009-12-25 Thread Robert Muir
Hello, as Shalin said, you might want to try CollationKeyFilterFactory. Below is an example (using the multilingual root locale), where the spaces will sort after the letters and numbers as you mentioned, but it will still not be case-sensitive. This is because strength is 'secondary'. But are