Comparing Fields between docs in a Solr Query -


a solar query returns docs containing following fields output: field_1,field_2,field_3. want compute difference between field_2 of different documents. solar query case?

you can't compare fields of 2 different documents, has done on client side or @ index time (which may not feasible given large of documents)


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

javascript - addthis share facebook and google+ url -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -