sint and omitnorms

2008-10-10 Thread sanraj25
Hi, I create own field name using integer field type and sint field type(solr.SortableIntField) in schema.xml. i can't differentiate between these two field type. When this sint exactly use? If we use sint how it is sortable? I test by {sort =field name} in query window .but it's not work

Re: solr 1.3 list of language managed org.apache.lucene.analysis

2008-10-10 Thread sunnyfr
Hi Hoss, Hi everybody, Can you tell me more about fsync, where can I get more information. Another question cuz yes now I don't have anymore OOME but my point is, it always stuck the database and it locks other service on this database. Everytime I will start a full import. This night database

Re: How stop properly solr to modify solrconfig or ... files

2008-10-10 Thread sunnyfr
Hi Hoss, Mark, everybody, Can you tell me more about fsync, where can I get more information. Another question cuz yes now I don't have anymore OOME but my point is, it always stuck the database and it locks other service on this database. Everytime I will start a full import. This night

Re: solr 1.3 list of language managed org.apache.lucene.analysis

2008-10-10 Thread sunnyfr
Thanks Hoss, :) hossman wrote: : I'm using solr1.3 and I would like to know where can I find a place where : you have the list of the language managed by solr : : like for greek in the example : org.apache.lucene.analysis.el.GreekAnalyze. There isn't an explicitly list of langauges

Buzz measurement - Aggregate functions

2008-10-10 Thread Marcus Herou
Hi. Anyone have an idea of how I would create a query which finds the data backing a trend graph where date is X and num(docs) is on Y axis ? This is quite a common use case in buzz analysis and currently I'm doing a stupid query which iterates over the date range and queries lucene for every

Re: Buzz measurement - Aggregate functions

2008-10-10 Thread Uri Boness
you can try using the field collapse patch (currently in JIRA). You'll probably need to manually extract the patch code and apply it yourself as its latest update only applies to an earlier version of solr (1.3-dev). http://issues.apache.org/jira/browse/SOLR-236 Cheers, Uri Marcus Herou

Re: sint in schema.xml

2008-10-10 Thread bburke71
U --Original Message-- From: sanraj25 To: solr-user@lucene.apache.org ReplyTo: solr-user@lucene.apache.org Sent: Oct 9, 2008 10:13 PM Subject: Re: sint in schema.xml Hi, I create own field name using integer field type and sint field type(solr.SortableIntField) in schema.xml. i

Need help with DictionaryCompoundWordTokenFilterFactory

2008-10-10 Thread Kraus, Ralf | pixelhouse GmbH
Hi, I am trying to solve the typical german Donaudampfschiff- problem by using the DictionaryCompoundWordTokenFilter ... Anyone can show me how to configure my schema.xml to use the DictionaryCompoundWordTokenFilterFactory ??? Greets -Ralf-

Re: Buzz measurement - Aggregate functions

2008-10-10 Thread Marcus Herou
Man I friend made me realize that facets will do the exact thing I want! Example: GET http://192.168.10.12:8110/solr/feedItem/select/?indent=trueq=title:test*rows=0facet=truefacet.date=publishDatefacet.date.start=NOW/DAY-30DAYSfacet.date.end=NOW/DAY%2B1DAYfacet.date.gap=%2B1DAY ?xml

Re: solr 1.3 list of language managed org.apache.lucene.analysis

2008-10-10 Thread sunnyfr
Thanks Hoss, But what about SnowballPorterFilterFactory, which language are took in consideration ? Italian, Dutch, Portuguese ? What else? Thanks hossman wrote: : I'm using solr1.3 and I would like to know where can I find a place where : you have the list of the language managed by

DateField

2008-10-10 Thread sanraj25
Hi, I created one field name using date field, with default=NOW .Then I index many documents.Now my question is what is the purpose of NOW-1DAY,NOW-1HOUR these values.How we use the Datefield efficiently.(Or) can we use this filed while searching ? (Or) can we pass this parameters while

Re: sint in schema.xml

2008-10-10 Thread Francisco Sanmartin
In lucene, all the data is stored as strings, so if you have a field defined as integer or sint, in lucene are strings, and if you try to sort numbers represented as strings what happens is this: example numbers: 1,2,3,4,5,6,7,8,9,10,11,12,13. ordered as strings:

Re: solr 1.3 list of language managed org.apache.lucene.analysis

2008-10-10 Thread Erik Hatcher
On Oct 10, 2008, at 11:18 AM, sunnyfr wrote: But what about SnowballPorterFilterFactory, which language are took in consideration ? Italian, Dutch, Portuguese ? What else? See here: http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#head-b80fb581f4e078142c694014f1a8f60c0935e080

Re: Solr indexing not taking all values from DB.

2008-10-10 Thread Noble Paul നോബിള്‍ नोब्ळ्
The DIH status says 10 rows which means only 10 rows got fetched for that query. Do you have any custom transformers which eats up rows? Try the debug page of DIH and see what is happening to the rest of the rows. On Fri, Oct 10, 2008 at 5:32 PM, con [EMAIL PROTECTED] wrote: A simple

Re: spellcheck: issues

2008-10-10 Thread Jason Rennie
Ah, now I see. Results are always sorted first by the edit distance, then by the popularity. What I think would work even better than allowing a custom compareTo function would be to incorporate the frequency directly into the distance function. This would allow for greater control over the

local solr?

2008-10-10 Thread Robert Najlis
Hi, I have been looking at local solr, and I was wondering about the state of integration with Solr. Do you have any idea of when local solr might be integrated in with Solr, or is this still an open question? From looking at previous posts, it looked like part of the problem had to do with

RE: Need help with DictionaryCompoundWordTokenFilterFactory

2008-10-10 Thread Steven A Rowe
Hi Ralf, On 10/10/2008 at 10:57 AM, Kraus, Ralf | pixelhouse GmbH wrote: I am trying to solve the typical german Donaudampfschiff- problem by using the DictionaryCompoundWordTokenFilter ... Anyone can show me how to configure my schema.xml to use the DictionaryCompoundWordTokenFilterFactory

Re: sint in schema.xml

2008-10-10 Thread Chris Hostetter
: as integer or sint, in lucene are strings, and if you try to sort numbers : represented as strings what happens is this: Field sorting in Solr on both IntField and SortableIntField should work becuase they both use the 'integer' FieldCache under the covers -- but where you'll really see a

Re: sint and omitnorms

2008-10-10 Thread Chris Hostetter
: query window .but it's not work properly.I have one more question.What is : the purpose of omitNorms attribute?If we use omitNorms what will happen? : please tell me with clear example : thanks in advance as before, the example schema.xml explains this in some detail... omitNorms:

Best way to prevent max warmers error

2008-10-10 Thread sundar shankar
Hi, We have an application with more 2.5 million docs currently. It is hosted on a single box with 8 GIG memory. The number of warmers configured are 4 and Cold-searcher is allowed too. The application is based on data entry and commit to data happens as often as a data is entered. We

Re: local solr?

2008-10-10 Thread Ryan McKinley
check: https://issues.apache.org/jira/browse/LUCENE-1387 My progress has stumbled since I could not get the tests to work... I am currently not using this in my own projects, so i'm not yet comfortable pushing to finish it. If you get it up and running with success, that could get the

Solr has limit to number of returned results?

2008-10-10 Thread Choi, David
Hi everyone, I have a (hopefully) basic question.. Does solr have a max. limit on the number of returned results? I get the following error: HTTP Status 500 - maxClauseCount is set to 1024 org.apache.lucene.search.BooleanQuery$TooManyClauses when I do a query that essentially amounts to asking

Re: Solr has limit to number of returned results?

2008-10-10 Thread Alok Dhir
clauses in not the results -- its what you're sending in as the query. apparently it's larger than 1024 clauses... On Oct 10, 2008, at 5:41 PM, Choi, David wrote: Hi everyone, I have a (hopefully) basic question.. Does solr have a max. limit on the number of returned results? I get the

Re: local solr?

2008-10-10 Thread Robert Najlis
Thanks, looks like we need to wait for the tests to be updated... I would not mind putting some time into this, but I would not no where to begin with the test, so I will wait on that. Was geotools the only LGPL piece, or are there other licensing issues? thanks Robert On Fri, Oct 10,

SOLR query times

2008-10-10 Thread Sammy Yu
Hi, I'm using SOLR 1.3 on a index with approximately 8 million documents. I would like to disable SOLR's cache so that it is easier for me to test the scenario when there is a small likelihood of cache hits. I've disabled caching by commenting out the filterCache, queryResultCache, and

RE: Solr has limit to number of returned results?

2008-10-10 Thread Lance Norskog
To select all, do star-colon-star *:* To select a negative clause do *:* AND -clause To select a wildcard, h* and h?* work fine. Star as the only character, or star or ? as the first character are not allowed. These blow up with too many clauses: H*? and H*H and H*H*. And when they don't

Re: scoring individual values in a multivalued field

2008-10-10 Thread abhishek007
: unfortunately not possible. lengthNorm is part of fieldNorm and for each : doc there is one fieldNorm per field name... Thanks for the reply Chris, this solves part of my problem. I have explained my problem in much more detail in a separate thread (as it would have been out of context