Re: Math Processing for Solr

2010-04-15 Thread mato
Thanks for the replies. I think I will leave this thing for now because I don't have much time and it doesn't look very easy to me at the moment. Maybe I'll save it to the future. Martin > Payloads are used to set boosts for tokens. Have a look at the > PayloadTermQuery. There is a patch for s

Re: Math Processing for Solr

2010-04-15 Thread mato
Yes, I considered creating own analyzer with a set of filters. Trouble is, that I wouldn't be able to set different boosts for the tokens created by the filters(filters need to create additional token to the input one and set a lower boost for it), which is kind of crucial funcionality. Even the to

Math Processing for Solr

2010-04-14 Thread mato
Hello everybody, I'm new to all this so I hope this isn't too noob a question and that it isn't very inappropriate here. I'm currently working on a indexing/searching application based on Apache Lucene core, that can process mathematical formulae in MathML format (which is extension to XML) and s