: > : "NonFic/Science", how do I turn that into "0/NonFic"
: > &
: > : "1/NonFic/Science" using the DIH?
: >
: > I don't have any specific suggestions for you -- i've never
...
: Thanks Chris.
:
: What did you use to generate those encodings if not DIH?
I've used this gereral approach
The DIH lets you code in Javascript- you can do anything.
On 12/23/10, Erick Erickson wrote:
> SolrJ is often used when DIH doesn't do what you wish. Using SolrJ is
> really quite easy, but you're doing the DB queries yourself, often with
> the appropriate jdbc driver.
>
> Within DIH, the transfo
SolrJ is often used when DIH doesn't do what you wish. Using SolrJ is
really quite easy, but you're doing the DB queries yourself, often with
the appropriate jdbc driver.
Within DIH, the transformers, as Chris says, *might* work for you.
Best
Erick
On Wed, Dec 22, 2010 at 6:16 PM, Andy wrote:
--- On Wed, 12/22/10, Chris Hostetter wrote:
> : 2) Once I have the fully spelled out category path such
> as
> : "NonFic/Science", how do I turn that into "0/NonFic"
> &
> : "1/NonFic/Science" using the DIH?
>
> I don't have any specific suggestions for you -- i've never
> tried it in
> DIH
:
: 1) My categories are stored in database as coded numbers instead of
: fully spelled out names. For example I would have a category of "2/7"
: and a lookup dictionary to convert "2/7" into "NonFic/Science". How do I
: do such lookup in DIH?
My advice: don't.
I thought i mentioned this in t
Hi,
I watched the Lucid webcast:
http://www.lucidimagination.com/solutions/webcasts/faceting
It talks about encoding hierarchical categories to facilitate faceting. So a
category "path" of "NonFic>Science" would be encoded as the multivalues
"0/NonFic" & "1/NonFic/Science".
1) My categories ar