Re: Wildcard use for partial matches

2014-03-26 Thread pratpor
Erickson [via Lucene] < ml-node+s472066n4127194...@n3.nabble.com> wrote: > Looks like maybe you're defining the field is a string type? > On Mar 26, 2014 9:07 AM, "pratpor" <[hidden > email]<http://user/SendEmail.jtp?type=node&node=4127194&i=0>>

Wildcard use for partial matches

2014-03-26 Thread pratpor
I am having some strange issue with solr that I found nowhere on the web. I was looking for partial matches for some fields in solr. I know of the "*" wildcard which can be used for the same. Now I want to search in some field with value say "Some value". Now the problem is: When I do: field:val*

Re: Know indexing time of a document

2014-02-27 Thread pratpor
I didn't know of the default parameter. Thanks for sharing. -- View this message in context: http://lucene.472066.n3.nabble.com/Know-indexing-time-of-a-document-tp4120051p4120108.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Know indexing time of a document

2014-02-27 Thread pratpor
Problem here is, I have indexed a huge amount of data into solr in production. It would be a pain to edit the schema file and re-index all the values. -- View this message in context: http://lucene.472066.n3.nabble.com/Know-indexing-time-of-a-document-tp4120051p4120103.html Sent from the Solr

Know indexing time of a document

2014-02-26 Thread pratpor
Is it possible to know the indexing time of a document in solr. Like there is a implicit field for "score" which automatically gets added to a document, is there a field that stores value of indexing time? Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Know-indexing