Can I simplify this bit of query boosting?

2023-05-11 Thread Trevor Nicholls
Hi, I've hit a wall here. In brief, users search a library of documents. Every indexed document has a version number field which is always populated for release notes, sometimes for other docs. Every document also has a category field which is how release notes are identified, among other conte

Re: Can I simplify this bit of query boosting?

2023-05-11 Thread Hrvoje Lončar
I had a situation when i wanted to sort a list of articles based on the amount of data entered. For example, article having a photo, description, ingredients should perform better comparing to one having only name and photo. For that purpose I created a numeric field that holds calculated value nam

Re: Can I simplify this bit of query boosting?

2023-05-11 Thread Michael Sokolov
You might also want to have a look at FeatureField. This can be used to associate a score with a particular term. On Thu, May 11, 2023 at 1:13 PM Hrvoje Lončar wrote: > > I had a situation when i wanted to sort a list of articles based on the > amount of data entered. For example, article having

RE: Can I simplify this bit of query boosting?

2023-05-14 Thread Trevor Nicholls
Can I simplify this bit of query boosting? You might also want to have a look at FeatureField. This can be used to associate a score with a particular term. On Thu, May 11, 2023 at 1:13 PM Hrvoje Lončar wrote: > > I had a situation when i wanted to sort a list of articles based on > the