This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
it's escaping Solr query characters. | |
Example: | |
var s = solr.escape('it's 11:00 -- do you know where your children are?") | |
var query = "+title:" + s; | |
and this works fine: | |
> A search for "+description:it's 11\:00 \-\- do you know where your children" returned 0 documents. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env python | |
data = ''' | |
9235 | |
9096 637 | |
973 3269 7039 | |
3399 3350 4788 7546 | |
1739 8032 9427 976 2476 | |
703 9642 4232 1890 704 6463 | |
9601 1921 5655 1119 3115 5920 1808 |
NewerOlder