Re: Design optimal Solr Schema

2014-12-11 Thread Alexandre Rafalovitch
Ok. Make sure to post in the right topics. People get super confused when the conversation thread changes. Maybe ignore this last couple of messages and post the new one as appropriate (separate or in another thread). That way the right people will see it. Regards, Alex. Personal: http://www.o

Re: Design optimal Solr Schema

2014-12-11 Thread tomas.kalas
Oh no, i want to answered to this topic, where you help me with the synonym filter: http://lucene.472066.n3.nabble.com/Alternative-searching-td4172339.html but i was opened this topic too and i checking my answer in google translator and copy it here. Now, i have a edit task, i do not have to se

Re: Design optimal Solr Schema

2014-12-11 Thread Alexandre Rafalovitch
Tomas, You have a difficult use case. You seem to have a speech recognition domain and you want to be able to search that transcribed text with reference back to timing. It's an interesting problem, but not an easy one. Certainly not something one can give you the answer all at once. The issue he

Re: Design optimal Solr Schema

2014-12-11 Thread tomas.kalas
Thanks for help, but how wrote Alex, I used synonm filter and it is what i want. When i wrote to synonym for example Hello, Hi. And sentence is Hello how are you and my query is Hi how are you, so that find it too. -- View this message in context: http://lucene.472066.n3.nabble.com/Design-optim

Re: Design optimal Solr Schema

2014-10-31 Thread tomas.kalas
Oh yes, i want to display stored data in html file. I have 2 pages, at one page is form and i show here results. Result here is link (by ID) at file where is all conversation in second page. And how did you mean sepparate each conversation interaction ? Thanks. -- View this message in context:

Re: Design optimal Solr Schema

2014-10-31 Thread tomas.kalas
Thanks for your help. Ok i try it explain one more, sorry for my english. I need to some functions in my searching. 1.) I will have a lot of documents naturally and i want find out if is for example is phrase for example to 5 words apart. I used w:"Good morning"~5. (in example solr it works, but

Re: Design optimal Solr Schema

2014-10-30 Thread Alexandre Rafalovitch
I am afraid, it is not very clear what you are trying to do here (the sentence below). Could you explain again the business level results. Are you trying to search for words within particular given time range? Can those words span the segments? Or are you trying to find segments with all their word

Re: Design optimal Solr Schema

2014-10-30 Thread Jorge Luis Betancourt González
Are you going to use the values stored on Solr to display the data in HTML? For searching purposes I suggest to delete all the HTML tags, and store the plain text, for this you could use the HTMLStripCharFilterFactory char filter, this will "clean" your content and only pass the actual text whic