On Tue, 2013-04-09 at 08:40 +0200, It-forum wrote:
> Le 08/04/2013 20:02, Toke Eskildsen a écrit :
> > compatible_engine:productZ/85 to get all products compatible with productZ,
> > version 85
> > compatible_engine:productZ* to get all products compatible with any version
> > of productZ.
Whoop
Thanks Toke,
Seems to be exactly what I try to do.
Regards
Eric
Le 08/04/2013 20:02, Toke Eskildsen a écrit :
It-forum [it-fo...@meseo.fr]:
In exemple I have a product A this product is compatible with a Product
B version 1, 5, 6.
How can I index values like :
compatible_engine : [productB,P
: Subject: Sub field indexing
: References: <1365426517091-4054473.p...@n3.nabble.com>
: In-Reply-To: <1365426517091-4054473.p...@n3.nabble.com>
https://people.apache.org/~hossman/#threadhijack
Thread Hijacking on Mailing Lists
When starting a new discussion on a mailing list, please do not repl
It-forum [it-fo...@meseo.fr]:
> In exemple I have a product A this product is compatible with a Product
> B version 1, 5, 6.
> How can I index values like :
> compatible_engine : [productB,ProductZ]
>version_compatible : [1,5,6],[45,85,96]
Index them as
compatible_engine: productB/1
compati
Solr does not support querying nested data structures.
If at query time you know the product you want to check compatibility
for, you can use dynamic fields.
Thus, if you want to find products compatible with productB, you could
index:
id: productA
compatible_productB: 1, 5, 6
compatible_produc