Returns an array with offsets to the sorted document paths. @return path order
()
| 132 | * @return path order |
| 133 | */ |
| 134 | private synchronized int[] order() { |
| 135 | if(pathOrder == null) pathOrder = Array.createOrder(paths().toArray(), false, true); |
| 136 | return pathOrder; |
| 137 | } |
| 138 | |
| 139 | /** |
| 140 | * Adds entries to the index and updates subsequent nodes. |