Subversion Repositories SmartDukaan

Rev

Rev 22310 | Rev 22312 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22310 Rev 22311
Line 25... Line 25...
25
parser.add_option("-s", "--s", dest="solrPath",
25
parser.add_option("-s", "--s", dest="solrPath",
26
                      default="http://localhost:8984/solr/collection2",
26
                      default="http://localhost:8984/solr/collection2",
27
                      type="string", help="Complete solr path",
27
                      type="string", help="Complete solr path",
28
                      metavar="SOLRHOST")
28
                      metavar="SOLRHOST")
29
parser.add_option("-m", "--m", dest="mongoHost",
29
parser.add_option("-m", "--m", dest="mongoHost",
30
                      default="http://localhost:8984/solr/collection2",
30
                      default="localhost",
31
                      type="string", help="Complete solr path",
31
                      type="string", help="Complete solr path",
32
                      metavar="HOST")
32
                      metavar="HOST")
33
 
33
 
34
(options, args) = parser.parse_args()
34
(options, args) = parser.parse_args()
35
 
35