Hello, I need an advice on how to create an document that has parent-child relationship. Here is an example:
"low pressure" -> "engine" -> "wheel" -> .... "low pressure" string is the parent and "engine" and "wheel" are children. I'd like to be able to search strings such as "low pressure in engine" or just "low" or "engine" and the result should be an ID of the parent. How do I create fields in the lucene document to express this relationship? Any advice appreciated. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org