Кто-либо попробовал Лен?

Для тех то, кто работал по www.bigtimeconsulting.com Accenture, имеет некоторые потрясающие...

Вот только некоторые:

Полужирные Новые Изменения

Совет

Ужин

Бегство с места преступления

Техническая поддержка

Quitter

10
задан Ed James 21 July 2009 в 16:40
поделиться

1 ответ

I should say up-front that I'm one of the developers of Flax, and one of the original two developers of Xapian. Hopefully I can still be informative, despite my bias!

Flax is actually the name for a group of related software:

  • "Xappy" is a python library, which wraps the standard Xapian interface, and provides various higher level features on top of it (eg, schemas, ). Xappy is still under heavy development, but is also being deployed in various production systems. If you plan to use it in production at this stage, I'd highly recommend contacting the developers (eg, me!) to outline what you're doing, so that I can warn you of any likely issues, but I wouldn't expect any major problems.

  • "Flax basic" is a standalone search application. As the name implies, this is a very basic piece of software, and we wouldn't expect it to cover most people's needs. It is in many ways just a demo of some of the possibilities of Xapian; though it's a functional demo, and some people are using it to run simple search sites. It simply allows you to index collections of files which are stored on local disk (or network accessible drives), and provides a simple web interface to search these. It can handle a reasonable number of file types on windows (using the ifilter interface), but only currently HTML and plain text on other platforms. It comes with a windows installer, but is slightly more awkward to install and run on Linux or other platforms. I think we released the 1.0 version of Flax basic around a year ago, and while we're doing occasional updates of it, we're not expecting to do any further significant development of it.

  • "Flax search server" is a web service built on top of Xapian and Xappy, intended to provide a highly flexible way to perform indexing and searching. It uses a clean, well defined REST API, using JSON as the transport for the data, and there are also clients available for PHP, Python and Perl which make it pretty easy to talk to the API. Writing clients for other languages should be pretty straight forward. If you're integrating Flax stuff with a larger system, this would theoretically be the way to go - the design allows a very clean separation between Flax and the rest of a system.

However, the big drawback is that Flax search server is not yet complete. There are some alpha tarballs available, but I'd recommend getting the latest source from SVN if you want to try it out. Our current plan is to have a formal release of the completed server within a couple of months - a lot of what is currently missing is documentation and examples, but there are also a couple of small features to be added, some issues to be addressed, and a lot of testing to be performed.

The issues in the google code project at http://code.google.com/p/flaxcode/issues/list are mainly (if not exclusively) targetted at Flax basic. So far, Flax search server isn't yet released, and the issues for that are in the form of a Todo list, rather than in a tracker.

If you're interested in using Flax search server, then, again, I recommend getting in touch with me (richard@flax.co.uk или irc.freenode.net канал #flax), сообщив мне, что вы на самом деле хотите с ним делать, и я могу сказать вам, есть ли в нем функции, которые вы ищете, и стабильны ли эти особенности. Поскольку поисковый сервер Flax находится на такой ранней стадии, я не ожидал, что будет много отзывов о нем, но если вы посмотрите на дизайн, я очень ценю ваши отзывы, поскольку мы еще не заморожены и любые недостатки конструкции могут быть легко устранены на этом этапе.

11
ответ дан 4 December 2019 в 01:02
поделиться
Другие вопросы по тегам:

Похожие вопросы: