Lucene Revolution ?

2015-10-17 Thread William Bell
How did Lucene Revolution 2015 go last week? Also, what about Amazon's release of Elastic Search as a managed service in AWS? -- Bill Bell billnb...@gmail.com cell 720-256-8076

Re: Child document and parent document with same key

2015-10-17 Thread Mikhail Khludnev
Hello, What are the field names for parent and child docs exactly? Whats' in schema.xml? What you've got if you actually try to do this? On Fri, Oct 16, 2015 at 12:41 PM, Jamie Johnson wrote: > I am looking at using child documents and noticed that if I specify a child >

Re: Nested entities not imported / do not show up in search?

2015-10-17 Thread Mikhail Khludnev
Hello Mattias, I confirm that uniqKey a little bit odd now. I hope to improve it in future. For now, you need to approach one of discussed workarounds. On Fri, Oct 16, 2015 at 8:11 AM, Matthias Fischer < matthias.fisc...@doubleslash.de> wrote: > Thank you, Andrea, for answering so quickly. > >

Re: Efficiency of integer storage/use

2015-10-17 Thread Robert Krüger
Thanks for the feedback. What I am trying to do is to "abuse" integers to store 8bit (or even lower) values of metrics I use for content-based image/video search (such as statistical values regarding color distribution) and then implement similarity calculations based on formulas using vector

solr more like this sort / reranking

2015-10-17 Thread sara hajili
hi all. i am new in solr.i use more like this (query handler) for get docs that are similar to specefic doc that i mentioned. and my issue is when i get some docs , i wanna to changed sort of that, for example imagine that docs have one field as like_count, i wanna to get more related docs to doc

Re: Forking Solr

2015-10-17 Thread Roman Chyla
I've taken the route of extending solr, the repo checks out solr and builds on top of that. The hard part was to figure out how to use solr test classes and the default location for integration tests, but once there, it is relatively easy. Google for montysolr, the repo is on github. Roman On Oct

Re: Tokenize ShingleFilterFactory results and apply filters to tokens

2015-10-17 Thread vitaly bulgakov
/why don't you put EdgeNGramFilter just after ShingleFilter?/ Because it will do Edge Ngrams over a shingle as a string: for "Home Improvement" shingle it will do: Hom, Home, Home , Home I, Home Im, Home Imp .. But I need: ... Hom Imp, Hom Impr .. -- View this message in