search for: simplesearch

Displaying 20 results from an estimated 31 matches for "simplesearch".

2012 Mar 07
2
SSOAP and Chemspider: Security token?
..." # (token was here) cs <- processWSDL("http://www.chemspider.com/Search.asmx?WSDL") # intf <- genSOAPClientInterface(,cs) # (this fails, see below. The Mass Spec API is correctly parsed. Therefore by hand:) csidlist <- .SOAP(server=cs@server, method="SimpleSearch", .soapArgs=list( query="Azithromycin", token=token ), action=I("http://www.chemspider.com/SimpleSearch"), xmlns=c("http://www.chemspider.com/")...
2014 Jan 21
2
seg fault on search
I have written a very simple function to return the match count based on the simplesearch.cc code. It fails with a seg fault. The relevant code is: -------------------- int ftQuery(char* qs, const char* dbname,char* results, int msize) { long docid; char* op; char fullDB[1024]; string queryString; sprintf...
2004 Oct 18
1
xapian-bindings compile creates 34mb xapian_wrap.o file?
Questions are threaded into the output: ******************** #./configure --without-python checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking
2009 Aug 17
1
Xapian DatabaseError
Hi, I've a problem to integrate xapian in my web application. I've developed the code for index e for search the documents published through my application. The app is developed in PHP. I've created a file that contain some function for search (called simpleSearch and advSearch). The problem is that if i run the code through the IDE (Zend for Eclipse) as PHP script it work correctly, but when i run the code as php page I receive the error message: DatabaseOpeningError: Couldn't detect type of database. The code is the same but runned in two different mo...
2011 Sep 19
2
New scws patch for xapian-core based on svn trunk
Hi, I have already re-make the patch file, based on the trunk codes in SVN respo. But I can not build the xapian, because there are many errors when building 'languages/' for stemmer. Therefore, I could not test the new patching code. Patching code can be accessed from: http://www.xunsearch.com/download/xapian-scws-1.3.x-trunk.patch Need to install SCWS first as below steps: 1.
2006 Jun 08
0
Question about searchgenerator
Hi, I am using the search generator in my application. How do i incorporate this to the application when i deployed it on a host since i can''t install simplesearch via gem on the server? I tried unpacking the gem on my local machine. I got the folder SimpleSearch-0.5.0 and i added it to the vendor directoy of rails. I also added ''require_gem simplesearch'' to the environment file. But then when i deployed it, i got ''uninitialised...
2008 Feb 28
0
CentOS 5.1 86_64 : cannot open shared object file
Can't load '/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/Search/Xapian/Xapian.so' for module Search::Xapian: libxapian.so.15: cannot open shared object file: No such file or directory at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm line 230. at ./simplesearch.pl line 7 Compilation failed in require at ./simplesearch.pl line 7. BEGIN failed--compilation aborted at ./simplesearch.pl line 7. Solution ----------- cp /usr/local/lib/libxapian.so.15 /usr/lib64/ -Kevin Duraj
2007 Oct 16
1
Matches estimate varies with sorting method
Hi all, I found that the figure returned by MSet::get_matches_estimated() varies depending on how results are to be sorted. For instance, in my index, value 4 contains date and time in the format "yyyymmddhhmmss". For the same query, the number of results will be estimated to 20000+ when results are first sorted by date and time with set_sort_by_value_then_relevance(4) and to only 100
2004 Aug 06
1
playlist trouble
...o nothing fancy ) and then klick on a play-button ( Anhören ) to stream the selected title . But no matter what file is selected I only get the first entry in the playlist. I use the builtin-playlist-handler. You can test it yourself : http://www.medienzentrum-osnabrueck.de/mzo/medien/humphrey/simpleSearch.php What can I do to have the selected title played ? Thanks to you all. -- Wolfgang Ebneter M.Sc. Data Engineering Medienzentrum Osnabrück eb@medienzentrum-osnabrueck.de --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscr...
2005 Dec 21
1
Active Search
Issue: I am trying to get a good quality search capability across our site. I ran across ActiveSearch (http://julik.textdriven.com/svn/tools/rails_plugins/simple_search/) which seems to be a better solution for us than SimpleSearch (and SearchGenerator) as it is more than just word based. However, I am unable to get the project built and being fairly new to Ruby / Rails I''m a little at a loss. My first choice would be a magic gem install (if it exists), but if I really need to build it on my own I am up to the task....
2005 Nov 07
1
submitting a xapian entry to the FreeBSD ports collection
...itting an entry for xapian-core to the FreeBSD ports collection ? This would make it even easier for any FreeBSD user to install a xapian-based application. By the way, it does not seem quite right that xapian-core 0.9 will install commands with such generic names as 'copydatabase' or 'simplesearch' to /usr/local/bin by default. Either a renaming or a configure option to control the installation for the examples directory would be really nice. Would you accept a patch to allow configure to disable the building and installation of the examples directory (ie: --disable-examples) ? Regards...
2006 Jan 23
7
Search functionality and CMS
Hello, I am planning to build a bigger Internet platform and actually evaluating Java EE and Rails. I have a lot of Java experience and I am quite new to Rails. After playing some weeks with Rails I am sure that it is a mature web framework and I really like the productivtity of Rails. One of the key advantages is that new developers will understand this platform much quicker than all the Java
2007 Feb 22
1
Wildcards
Hello, Thanks Olly , by following to your suggestion I could do the indexing in the CSV file while the search results retrieved from the Postgres and it's working fine. [ I am using the Xapian PHP-binding to index and search.] How could I enable the WILDCARDS in it ? I followed with the online manual which says it is disabled by default there given some method to enable but I am not
2006 Aug 16
5
Dreamhost FastCGI: incomplete headers (0 bytes) errors
Sorry to trouble the list with another Dreamhost problem, but looking through the archives I see nothing that can solve my problem. I have installed my app as per http://wiki.dreamhost.com/index.php/Ruby_on_Rails#Quick_Start_Guide_August_2006 with a symbolic link from my_domain.tld in ~/ to ~/apps/residence/public/ I get the Rails welcome screen. I have uploaded my app directory etc, and
2012 Apr 15
1
Patch for Initial Prototype implementation of Unigram Langauage Modelling in xapian-core.
...implemented initial prototype of the Xapian::Weight subclass for Unigram Language Modelling to support UnigramLM weighing in xapian.Other changes include adding collection_frequency to TermFreqs struct to store collection frequency of terms and some changes to support it xapian Framework,Changing simplesearch.cc to search using UnigramLMWeight class. Following issues have not being addressed in this patch(I am working on following issues): 1. Log trick for handling multiplication for LM need to made more robust than just adding some random number to avoid rejecting document due to negative value retur...
2006 Jun 20
3
WEBrick just decided to take a hiatus on me
...Ruby 1.8.4 Rails 1.1.2 with the following gems and versions actionmailer 1.2.1 actionpack 1.12.1 actionwebservices 1.1.2 activerecord 1.14.2 activesupport 1.3.1 db_structure 1.0.2 localization_generator 1.0.0 money 1.7.1 pdf-writer 1.1.2 rake 0.7.1 RedCloth 3.0.4 SimpleSearch 0.5.0 source 0.0.1 transaction-simple 1.3.0 Plugins active_rbac dialog_helper dollars_and_cents engines flash_helper query_trace Does anyone have any idea why all of a sudden that things would just croak on my box? Thanks in advance, -- ~d www.razorpress.com -------------...
2020 Mar 22
0
Unable to build RPM for Centos 7
.../bin' ? /bin/sh ./libtool?? --mode=install /usr/bin/install -c bin/xapian-delve bin/xapian-check bin/xapian-compact bin/xapian-progsrv bin/xapian-replicate bin/xapian-replicate-server bin/xapian-tcpsrv examples/copydatabase examples/quest examples/simpleexpand examples/simpleindex examples/simplesearch examples/xapian-metadata examples/xapian-pos '/root/rpmbuild/BUILDROOT/xapian-core-1.4.15-1.x86_64/usr/bin' libtool: warning: 'libxapian.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -c bin/.libs/xapian-delve /root/rpmbuild/BUILDROOT/xapian...
2006 Mar 31
7
Recommended search library?
...my app, so I thought I''d ask: Anyone have any recommendations for a good Rails search library/plugin/etc? There seem to be quite a few different ones out there, but I don''t have much context on any of them. What is the difference between using Ferret, or a SearchGenerator, SimpleSearch, etc? Thanks! Jeff -- Posted via http://www.ruby-forum.com/.
2004 Sep 02
1
bindings - python module
hello all, i'm new to xapian and am just beginning to play around with the python bindings. first off, the example (simplesearch.py) i pulled from cvs didn't work complaining of not finding the _xapian module. after using strace, i noticed python trying to search for _xapian.so. the default xapian-bindings build produces _xapian (without the .so extension) so renaming it to _xapian.so fixes the problem. i didn't find...
2006 Mar 14
0
Trouble running script/indexer at Dreamhost
Heyo -- I''m trying to use SearchGenerator/SimpleSearch at Dreamhost, and I have only one problem. When I run "script/indexer", it runs too long and is killed off by procwatch. So far I have tried: * Reducing the number of indexed models/fields * "nice"-ing the script to 19 * Running the script offpeak (12-3am PST) It''s...