Re: Query fieldNorm through http

2017-06-08 Thread Mikhail Khludnev
onsume(ExecuteProduceConsume.java:303) > at > org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume. > produceConsume(ExecuteProduceConsume.java:148) > at > org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run( > ExecuteProduceConsume.java:136) > at > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob( > QueuedThreadPool.java:671) > at > org.eclipse.jetty.util.thread.QueuedThreadPool$2.run( > QueuedThreadPool.java:589) > at java.lang.Thread.run(Thread.java:745) > > > But now, how can we solve this? > > > > -- > View this message in context: http://lucene.472066.n3. > nabble.com/Query-fieldNorm-through-http-tp4339693p4339706.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Sincerely yours Mikhail Khludnev

Re: Query fieldNorm through http

2017-06-08 Thread tstusr
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) at java.lang.Thread.run(Thread.java:745) But now, how can we solve this? -- View this message in context: http://lucene.472066.n3.nabble.com/Query-fieldNorm-through-http-tp4339693p4339706.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Query fieldNorm through http

2017-06-08 Thread Mikhail Khludnev
a:585) > ... 12 more > > 500 > > > > > What we want is to append it to a field since we are using this field on > spark (using solr-spark) and then make some processing. > > Another way we came with, is to compute fieldLength in a processor and

Query fieldNorm through http

2017-06-08 Thread tstusr
ut, since norm is list on query functions we are trying to obtain it this way. We really appreciate your help and thanks in advice. -- View this message in context: http://lucene.472066.n3.nabble.com/Query-fieldNorm-through-http-tp4339693.html Sent from the Solr - User mailing list archive at Nabble.com.