Re: Indexed field to schema field

2015-07-08 Thread Gajendra Dadheech
Sorry,thought this was common problem. Will present with decoration in some time if not able to solve it by then. Thanks and regards, Gajendra Dadheech On Wed, Jul 8, 2015 at 6:23 PM, Alessandro Benedetti < benedetti.ale...@gmail.com> wrote: > I am really sorry Gajendra, but what do your late

Re: Indexed field to schema field

2015-07-08 Thread Alessandro Benedetti
I am really sorry Gajendra, but what do your latex mails mean ? Why classic field boosting is not an option for you ? Are you developing a custom query parser ? What are the parameter expected for this query parser ? What is the behaviour expected ? It is really hard to help with such fragmented in

Re: Indexed field to schema field

2015-07-08 Thread Gajendra Dadheech
At the time of forming this request i am not sure which kind of field that would be. So i read fields in new searcher. Thanks and regards, Gajendra Dadheech On Wed, Jul 8, 2015 at 2:12 PM, Gajendra Dadheech wrote: > I wish to do it in code so schema browser is lesser of an option. > > Use cas

Re: Indexed field to schema field

2015-07-08 Thread Gajendra Dadheech
I wish to do it in code so schema browser is lesser of an option. Use case is : I wish to boost particular fields while matching, for that i need to know My field to Solr field mapping. SO that i can put that in the query. Thanks and regards, Gajendra Dadheech On Tue, Jul 7, 2015 at 9:23 PM,

Re: Indexed field to schema field

2015-07-07 Thread Erick Erickson
Feels like an XY problem. Why do you want to do this? What's the use-case? Perhaps there's an alternative approach that satisfies the need. Best, Erick On Tue, Jul 7, 2015 at 4:21 AM, Mikhail Khludnev wrote: > Just an idea, Solr Admin/Schema Browser reports some info like this, hence, > you can

Re: Indexed field to schema field

2015-07-07 Thread Mikhail Khludnev
Just an idea, Solr Admin/Schema Browser reports some info like this, hence, you can trace the way in which it does it. On Tue, Jul 7, 2015 at 10:34 AM, Gajendra Dadheech wrote: > Hi, > > Can i some how translate fields which i read from > newSearcher.getAtomicReader().fields(), to schema fields