RE: Indexing boolean value

2010-09-02 Thread kirsty
in context: http://lucene.472066.n3.nabble.com/Indexing-boolean-value-tp1023708p1023811.html Sent from the Solr - User mailing list archive at Nabble.com. Hi there, Has anyone managed to figure this out? I am hitting the same problem. Thanks Kirsty -- View this message in context: http

Re: Date sorting

2010-08-19 Thread kirsty
Grijesh.singh wrote: provide schema.xml and solrconfig.xml to dig the problem and by which version of solr u have indexed the data? My greatest apologies, I have seen my mistake! ...looks like someone had added a sort into the requestHandler on another date already...which I was not aware

Date sorting

2010-08-18 Thread kirsty
to be in order, then I get a 2010-08-17 date between the 2010-07 dates. This is just a sample..but my full results continues like that. I am not sure what I am doing wrong and would appreciate any help. Thanks Kirsty -- View this message in context: http://lucene.472066.n3.nabble.com/Date

Re: Date sorting

2010-08-18 Thread kirsty
Sorry forgot to mention that I am using SOLR 1.4 and using the dismax query type. kirsty wrote: Hi I hope someone can point out what I am doing wrong. I have a date field in my schema field name=PublishDate type=date indexed=true stored=true / and I am trying to do a sort

Help with query boosting syntax

2010-05-27 Thread kirsty
is a multivalued field. I am using a nightly build of SOLR 1.4 from September 2009. Can anyone help me with the correct syntax?? Please? Thanks in advance Kirsty -- View this message in context: http://lucene.472066.n3.nabble.com/Help-with-query-boosting-syntax-tp847398p847398.html Sent from the Solr

Help with PatternReplaceFilterFactory

2010-05-27 Thread kirsty
=remuneration indexed=true stored=true/ And then the copy field: copyField source=Remuneration dest=Remuneration_strip/ But my index still has all the text. Am I misunderstanding? Where have I gone wrong? Any help would be greatly appreciated! Kirsty -- View this message in context: http://lucene.472066.n3

Re: Help with query boosting syntax

2010-05-27 Thread kirsty
kirsty wrote: Hi there, I am struggling with the syntax for boosting. My scenario is that we have an algorithm that gives weightings to particular keywords. When a person searches for keywords eg value1 value2 value3 we want to apply boosting so that a document is boosted according

Re: Help with PatternReplaceFilterFactory

2010-05-27 Thread kirsty
Koji Sekiguchi wrote: (10/05/27 16:11), kirsty wrote: Hi, I have a field that is a text field eg: R500,000-550,000 Per Annum, R350,000-550,000 Per Annum Cost To Company etc. I would like to facet on the salary range. I have created a new field type fieldType name=remuneration class