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 i don't know how do it at my project). 2.) Find some word(phrase) to a certain time, for example Good morning to time 5.25 3.) And if it is possible order of the words. I'm using solarium client for highlight and I want to highlight words in this order Hello How Are you for example, then in this field are words *hello* you are * how are you* and if the searching word is not in order, then skip it, but it not necessary, primary i have problem with first 2 points. How i make ideal schema and parse data for source file. I've done some demo with basic searching in one page i have form and results are links at files by id (i have id as filename) and when i clicked at link i set a parameter query and in result page i get a necessary data for display result. And result file is table with all rewrite interview whit highlighted results . Thanks for help. -- View this message in context: http://lucene.472066.n3.nabble.com/Design-optimal-Solr-Schema-tp4166632p4166793.html Sent from the Solr - User mailing list archive at Nabble.com.