Revision 2411
tmp/org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/corpus/query/QueryPart.java (revision 2411) | ||
---|---|---|
74 | 74 |
// + START_DOUBLE_QUOTE + value + END_DOUBLE_QUOTE); |
75 | 75 |
// queryString = query.toString(); |
76 | 76 |
|
77 |
if ("text".equals(structure.getName())) { // optimisation only for the text structure
|
|
77 |
if ("text".equals(structure.getName())) { // optimization only for the text structure
|
|
78 | 78 |
queryString = "<" + property.getFullName() + "=\"" + CQLQuery.addBackSlash(value) + "\">[] expand to " + structure.getName(); |
79 | 79 |
} |
80 | 80 |
else { |
Also available in: Unified diff