Re: How to use DocValues with TextField

2016-02-18 Thread Harry Yoo
Thanks for the pointer. Please advise me how I can contribute. H > On Jan 27, 2016, at 2:16 AM, Toke Eskildsen wrote: > > Erick Erickson wrote: >> DocValues was designed to support unanalyzed types >> originally. I don't know that code, but given my respect >> for the people who wrote I'd be

Re: How to use DocValues with TextField

2016-02-18 Thread Harry Yoo
); >>} >> } >> >> @Override >> public void checkSchemaField(final SchemaField field) { >>// do nothing >> } >> >> @Override >> public boolean multiValuedFieldCache() { >> return false; >> } &g

Re: How to use DocValues with TextField

2016-02-09 Thread Alok Bhandari
Hello Harry , sorry for delayed reply , I have taken other approach by giving user a different usability as I did not have solution for this. But your option looks great , I will try this out. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-use-DocValues-with

Re: How to use DocValues with TextField

2016-01-27 Thread Toke Eskildsen
Erick Erickson wrote: > DocValues was designed to support unanalyzed types > originally. I don't know that code, but given my respect > for the people who wrote I'd be amazed if there weren't > very good reasons this is true. I suspect your work-around > is going to be "surprising". Hoss talked a

Re: How to use DocValues with TextField

2016-01-26 Thread Erick Erickson
gt; > @Override > public boolean multiValuedFieldCache() { > return false; > } > } > > I wish this can be supported by solr so that I don’t have to maintain my own > repo. > > > > What do you think? > > Regards, > Harry > > >> On

Re: How to use DocValues with TextField

2016-01-26 Thread Harry Yoo
> Thanks Markus. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-to-use-DocValues-with-TextField-tp4248647p4248797.html > Sent from the Solr - User mailing list archive at Nabble.com.

RE: How to use DocValues with TextField

2016-01-05 Thread Alok Bhandari
Thanks Markus. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-use-DocValues-with-TextField-tp4248647p4248797.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to use DocValues with TextField

2016-01-05 Thread Alok Bhandari
Thanks Erick. Yes I was not clear in questioning but I want it to be searchable on TextField. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-use-DocValues-with-TextField-tp4248647p4248796.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to use DocValues with TextField

2016-01-05 Thread Erick Erickson
gexReplaceProcessorFactory.html > > -Original message- >> From:Alok Bhandari >> Sent: Tuesday 5th January 2016 14:47 >> To: solr-user@lucene.apache.org >> Subject: How to use DocValues with TextField >> >> Hello , >> >> I have a field which is defined

RE: How to use DocValues with TextField

2016-01-05 Thread Markus Jelsma
> Subject: How to use DocValues with TextField > > Hello , > > I have a field which is defined to be a textField with PatternTokenizer > which splits on ";". > Now for one of the use case I need to use /export handler to export this > field. As /export handler needs

How to use DocValues with TextField

2016-01-05 Thread Alok Bhandari
s="true". This looks like solving my issue , is any better approach known. Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-use-DocValues-with-TextField-tp4248647.html Sent from the Solr - User mailing list archive at Nabble.com.