Displaying 19 results from an estimated 19 matches for "softdev".
Did you mean:
softdep
2006 Jan 06
1
Xapian binding for C#.
Xapians!
Anyone know when Xapian bindings for C# will be ready?
Thanks,
Kevin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.tartarus.org/pipermail/xapian-discuss/attachments/20060105/257652e0/attachment.htm
2002 Nov 18
0
user help
...f\r\n";
>print LOGON "NET TIME \\\\$ARGV[2] /SET /YES\r\n";
>print LOGON "NET USE H: \\\\$ARGV[2]\\$ARGV[0]\r\n";
>print LOGON " NET USE I: \\\\$ARGV[2]\\APPS\r\n";
>print LOGON "NET USE X: \\\\$ARGV[2] \\XFER\r\n";
>if($ARGV[1] eq "SOFTDEV" || $ARGV[0] eq "softdev")
>{
>print LOGON "NET USE M: \\\\$ARGV[2]\\SOURCE\r\n";
>}
>if($ARGV[1] eq "SUPPORT" ||$ARGV[0] eq "support")
>{
>print LOGON "NET USE S: \\\\$ARGV[2]\\SUPPORT\r\n";
>}
>if($ARGV[1] eq "A...
2010 Aug 23
2
NetBeans and Java Bindings
Hello,
I was wondering if anyone has succeeded in getting the Java bindings to work
with NetBeans, in order to make use of NetBeans's GUI developer. I've had no
luck so far, does anyone know how to do that?
Many thanks.
2007 Jul 17
1
BUG IN XAPIAN_FLUSH_THRESHOLD
There is is bug when setting XAPIAN_FLUSH_THRESHOLD=20000000
When trying for force Xapian flush documents to flush after 20 million
documents Xapian ignores the size and flush it after only 10,000
documents.
Data captured from delve after 60 seconds interval when has been set as follow:
XAPIAN_FLUSH_THRESHOLD=20000000
perl -e ' while(1) { system("delve ."); sleep(60); } '
2004 Mar 10
3
Win2k joining a Samba domain
Hi,
Having managed to get far enough with the config to get a win2k box to
connect to a Samba v3.0 share where the Samba machine's backend is based
in LDAP, I cannot now add this win2k machine to the domain.
Can anyone give me an example of how to set up an account within the
LDAP server that has sufficient rights to allow the machine to join my
Samba domain?
Regards,
Graham
--
2007 Jun 05
7
Chinese, Japanese, Korean Tokenizer.
Hi,
I am looking for Chinese Japanese and Korean tokenizer that could can
be use to tokenize terms for CJK languages. I am not very familiar
with these languages however I think that these languages contains one
or more words in one symbol which it make more difficult to tokenize
into searchable terms.
Lucene has CJK Tokenizer ... and I am looking around if there is some
open source that we
2006 Mar 03
1
Unable to load dynamic library '/usr/lib/php/extensions/xapian.so'
I thought that I installed all the bindings but seems to me that I am
missing xapian.so when I try to run smoketest.php
Warning: dl(): Unable to load dynamic library
'/usr/lib/php/extensions/xapian.so' - /usr/lib/php/extensions/xapian.so:
cannot open shared object file: No such file or directory
Can somebody send me the link to the module that I need to install?
Thanks,
Kevin
2007 Feb 07
2
My new record: Indexing 20 millions docs = 79m9.378s
Gentoo Linux 2.6
8 AMD Opteron 64-bit Processors
32GB Memory
--------------------------------------------------------------------------------
Environment:
------------------
XAPIAN_FLUSH_THRESHOLD=21000000
XAPIAN_FLUSH_THRESHOLD_LENGTH=16000000
XAPIAN_PREFER_FLINT=True
Indexing 20 million documents:
--stemmer=none
-------------------------------------------
real 79m9.378s
user 77m28.696s
2006 Mar 02
2
Different Collation (utf8_slovak_ci, utf8_danish_ci, latin1_german1_ci) etc.
One issue left for me to figure out is that in different languages there are
different characters and Xapian takes only english characters.
Thefore many word entered by users that contains their own language special
characters will not return any result. MySQL offers different collations ...
Now when I see how much data Xapian can search perhaps I could expand my
index spider different European
2011 Jan 28
4
Opengl Application crashes
Hello,
I try to run an opengl application on linux ( Gentoo ). But when i run
the command wine theeye.exe as normal user in a terminal, it crash after
some seconds. The purpose of this windows programm is to watch the air
traffic of big online network called IVAO (http://www.ivao.aero), where
you can join if you have the Microsoft Flight Simulator X or 2004 have
been installed.
The programm is
2007 Oct 01
3
How to beat Google aka Xapian & Natural Language Processing.
Xapians!
If tomorrow Xapian search engine would achieved the same performance
and result in searches as Google we would not be able to beat Google,
because we would create only a copy of the searches that already
exists from Google search engine. However there is a way to beat
anyone, and there is a way to beat Google successfully as well just do
not give up. Some see it as implementing Ajax, or
2007 Jul 09
7
Xapian pubmeet
Hi all,
A few of us have been discussing whether we should have a Xapian social
gathering of some kind. The current idea is meeting up in a pub in
London some time in autumn for drinks and food. However all of this
really depends on who might be able to come! It would be a chance to
meet other Xapian enthusiasts in an informal social setting and talk
about all things search-related (and
2007 Feb 02
1
Working demo of search engine using boolean query.
Lately I was reading many articles about using boolean queries for search
engine but I haven't seen any complete working demo. Therefore I put
together very simple working demo of search engine using boolean query. Feel
free to suggest any performance improvement or error while keeping it as
simple as possible for understanding.
Thanks,
-Kevin Duraj
http://myhealthcare.com
2007 Oct 16
1
Xapian 1.0.3_svn9466 - OK!
After couple of day of hacking my Fedora 6 server, finally I was able
to install the new version of Xapian 1.0.3_svn9466 from trunk.
Steps
-----------
1. Removed all old Xapian files and libraries from entire server.
2. Installed Xapian 1.0.3_svn9466.
3. libxapian.so.15 used to be in directory /usr/local/lib64/ however
this time the library was in /usr/local/lib/ directory
4. cp
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
2009 Oct 23
0
Google launches social search copied idea from Find1Friend.com running on Xapian!
Social Networking Search
Google and Bing launches social search that I invented and developed
at http://Find1Friend.com/ before running on Xapian. They copy
inventors ideas and never gave credit to the inventor, the exact same
way when I wrote first social networking site in 1999 at
http://MyWBS.com , Friendster, MySpace, Facebook and others copied the
idea, made tons of money, held hundreds
2009 Sep 30
2
C++ parser for doc.get_data() result.
Xapians!
Did anybody wrote and would like to share a routines that parse result
from doc.get_data() into some key and pair values in C++ ?
Code:
Xapian::Document doc = i.get_document();
string data = doc.get_data();
mymap = parse_result(data);
As you know the data string contain all the data within the document
delimited by "=" sign and "\n" new line and needs to be parse
2010 Dec 18
1
Xapian index size 475GB = 170 million documents (URLs)
Xapians,
I am maintaining about two indexes for my search engines which
approximately is each the same size. I would like to share this
knowledge with you, since many of you have never seen Xapian index of
this size. And of course you can search the index by yourself at
- http://myhealthcare.com/
- http://find1friend.com/
I need 2 x 100 million more documents into each index, and I hope it
will
2007 Jun 17
2
Flint failed to deliver indexing performance to Quartz.
Flint failed to deliver indexing performance to Quartz.
I am proposing to remove Flint as default database and place Quartz
database back as default. The catch is not that Flint database is
smaller and faster during searches then Quartz database as developers
were concerning when were measuring and neglecting to measure
performance when creating the large indexes.
The truth is that Flint